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
69 stars
14 watching
9 forks
Language: Common Lisp
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| An actor system implementation in Common Lisp | 112 |
| A Common Lisp library for building robust actor-based systems by embracing failure and promoting limited damage recovery. | 32 |
| An actor framework for building concurrent, event-driven systems with support for message passing, state management, and concurrency tools. | 200 |
| An Actor-based concurrency framework for Common Lisp applications | 12 |
| A lightweight, typed Actor library for concurrent data pipelines or state machines | 136 |
| A Go library for writing concurrent programs using the Actor model. | 161 |
| A concurrent programming library for F# that uses an actor-based model. | 524 |
| An ultra-fast distributed actor system for building concurrent, networked applications | 1,742 |
| An actor-based system library for C# with support for persistence and integration with Redis. | 116 |
| A command-line options parser system for Common Lisp | 127 |
| An actor framework for C++ that simplifies the development of concurrent and multithreaded applications. | 497 |
| A framework for building distributed services using actor systems and event-sourcing architecture | 353 |
| An event loop friendly C++ actor micro-framework for building concurrent, distributed systems | 349 |
| A concurrent computing framework in Julia based on the Actor Model, enabling reactive applications with message-driven concurrency and resilience. | 106 |