YAActL.jl

Yet another Actor Library, concurrent programming in Julia with the Actor model.

Overview

Rationale

  1. Actors are an important concept for concurrent computing.
  2. There is no actor library in Julia.
  3. Julia allows to condense the actor-concept into a smart and fast library.
  4. A community effort is needed to do it.

If you agree with those points, please help with YAActL's development.

Author(s)

License

YAActL is licensed under the MIT License.