Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Common Lisp 中的 Actor 式并发库有什么好的实现、文档等吗?CLiki 在这个问题上相当模糊。
不,我没有使用 Clojure,也不会为此使用它。
zeromq (www.zeromq.org) 有 Common Lisp 的绑定。它不太支持演员模型(命名管道而不是命名演员),但它可能是您正在寻找的。
Cliki 建议使用 cl-actors (http://www.cliki.net/cl-actors),但我没有这方面的经验。