Common-Lisp-Actors

An actor system for Common Lisp. (by naveensundarg)

Common-Lisp-Actors Alternatives

Similar projects and alternatives to Common-Lisp-Actors

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Common-Lisp-Actors alternative or higher similarity.

Common-Lisp-Actors reviews and mentions

Posts with mentions or reviews of Common-Lisp-Actors. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-24.
  • Moving from the BEAM to Common Lisp: What are my concurrency options?
    4 projects | /r/lisp | 24 Mar 2022
    There are very, very competent concurrency libraries already. I pointed you to them already. They serve as primitives to roll your own solutions -- You can get most of the functionality of Erlang actors (and virtually all of the important parts regarding concurrency) with threading (green or OS), CSP channels, and writing a few macros. Go look at a lot of the actor libraries you mentioned that are "long dead" and you'll notice they do A LOT with just a few hundred lines of code. This one gets basic functionality with just straight threading primitives in 131 lines.
  • Question about cl-async-await vs actors
    2 projects | /r/Common_Lisp | 4 Jul 2021
    As an alternative I was considering actors, f.ex. https://github.com/naveensundarg/Common-Lisp-Actors ,which seems simple enough. But the actor paradigm seems to require that all my code lives in actors. While I could make an actor that receives a message from the websocket listener when a message is incoming, it's a bit of a cumbersome setup compared to the linear looking code above. Since the message coming in will be decoupled from the request asking for the data, so it feels awkward. But maybe I'm thinking about it all wrong.

Stats

Basic Common-Lisp-Actors repo stats
2
110
0.0
over 4 years ago

naveensundarg/Common-Lisp-Actors is an open source project licensed under BSD 2-clause "Simplified" License which is an OSI approved license.

The primary programming language of Common-Lisp-Actors is Common Lisp.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com