(see its announcement on reddit)
Thread-agnostic Actors in Common Lisp
Repository: https://github.com/dbmcclain/Lisp-Actors
License: Unlicense
Topic Listing
- aether - DSL for emulating a distributed system in Common Lisp
- cl-actors - A simple Common Lisp implementation of the actor model of concurrency
- cl-muproc - CL-MUPROC is an Erlang-inspired concurrency library available under the BSD license for Lispworks, OpenMCL, SBCL, CMUCL, and ACL
- erlangen - erlangen is a distributed, asynchronous message passing system for Clozure Common Lisp
- memento-mori - memento-mori is a library for writing robust, actor-based systems
- simple-actors - The actor model implemented with closures