Common-Lisp-Actors

Actor system

An actor system implementation in Common Lisp

An actor system for Common Lisp.

GitHub

112 stars
11 watching
15 forks
Language: Common Lisp
last commit: about 5 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
dbmcclain/lisp-actors An implementation of Hewitt's Actor system in Common Lisp, enabling thread-agnostic message passing and state changes. 69
aarvid/actors An Actor-based concurrency framework for Common Lisp applications 12
zkat/memento-mori A Common Lisp library for building robust actor-based systems by embracing failure and promoting limited damage recovery. 32
vladopajic/go-actor A Go library for writing concurrent programs using the Actor model. 159
argumentcomputer/lurk-lisp A Lisp implementation of Lurk's API without proof mechanisms 67
kaveh808/kons-9 An integrated development environment and 3D graphics authoring system in Common Lisp 583
asynkron/protoactor-dotnet An ultra-fast distributed actor system for building concurrent, networked applications 1,733
marcoheisig/cl4py Enables interaction between Python and Common Lisp 94
pascalcombier/plain-common-lisp A framework to simplify Common Lisp development on Windows 20
eugeneia/erlangen A distributed message passing system for concurrent execution of tasks 65
com-lihaoyi/castor A lightweight, typed Actor library for concurrent data pipelines or state machines 135
rpav/cl-cairo2 Cairo bindings for Common Lisp allow the creation of graphical user interfaces in a high-level, dynamic language. 62
jasom/geany-lisp A plugin for Geany text editor to provide Common Lisp support and development tools. 14
atgreen/trivial-system-loader Provides a portable system downloader/loader abstraction for Common Lisp. 12
aimacode/aima-lisp Common Lisp implementation of algorithms from AI textbook 403