Are there any good implementations, documents, etc. of Actor-esque concurrency libraries in Common Lisp? CLiki is rather vague on this subject.
And no, I’m not using Clojure and I won’t use it for this.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
zeromq (www.zeromq.org) has bindings for Common Lisp. It doesn’t quite support the actor model (named pipes rather than named actors) but it might be what you are looking for.
Cliki suggests cl-actors (http://www.cliki.net/cl-actors) but I have no experience with this.