Skip to content
/ jude Public
forked from vnarek/jude

Actor model implemented in OCaml - early alpha

License

Notifications You must be signed in to change notification settings

longde123/jude

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jude - an actor model written in OCaml

Requirements

  • OCaml > 4.08
  • Dune > 2.4

Running examples

  1. Clone the repository
  2. Create local switch
opam switch create ./ ocaml-base-compiler.4.10.0
  1. Run
opam install -t jude
  1. Try examples/tests
dune exec $EXAMPLE_PATH
dune test
  1. Generate documentation
dune build @doc

Name

Jude was named after a character from the book called "A Little life" because both are good actors (hopefully).

About

Actor model implemented in OCaml - early alpha

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 96.4%
  • Shell 2.9%
  • Standard ML 0.7%