nano-erl-0.1.0.1: Small library for Erlang-style actor semantics

nano-erl-0.1.0.1: Small library for Erlang-style actor semantics

A small, beginner-friendly library for Erlang-style actor semantics, for coordinating concurrent processes and message passing

Processes are plain IO actions, so no monad transformers needed (no liftIO!)

For best performance, compile with:

ghc -O2 -threaded -rtsopts -with-rtsopts=-N

Modules