Lisp-Actors

Actor system

An implementation of Hewitt's Actor system in Common Lisp, enabling thread-agnostic message passing and state changes.

Thread-agnostic Actors in Common Lisp

GitHub

69 stars
14 watching
9 forks
Language: Common Lisp
last commit: almost 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
naveensundarg/common-lisp-actorsAn actor system implementation in Common Lisp112
zkat/memento-moriA Common Lisp library for building robust actor-based systems by embracing failure and promoting limited damage recovery.32
mdbergmann/cl-gserverAn actor framework for building concurrent, event-driven systems with support for message passing, state management, and concurrency tools.200
aarvid/actorsAn Actor-based concurrency framework for Common Lisp applications12
com-lihaoyi/castorA lightweight, typed Actor library for concurrent data pipelines or state machines136
vladopajic/go-actorA Go library for writing concurrent programs using the Actor model.161
hopac/hopacA concurrent programming library for F# that uses an actor-based model.524
asynkron/protoactor-dotnetAn ultra-fast distributed actor system for building concurrent, networked applications1,742
louthy/echo-processAn actor-based system library for C# with support for persistence and integration with Redis.116
dnaeon/clingonA command-line options parser system for Common Lisp127
stiffstream/sobjectizerAn actor framework for C++ that simplifies the development of concurrent and multithreaded applications.497
pawelkaczor/akka-dddA framework for building distributed services using actor systems and event-sourcing architecture353
basiliscos/cpp-rotorAn event loop friendly C++ actor micro-framework for building concurrent, distributed systems349
juliaactors/actors.jlA concurrent computing framework in Julia based on the Actor Model, enabling reactive applications with message-driven concurrency and resilience.106