dwyl / learn-elixir

:droplet: Learn the Elixir programming language to build functional, fast, scalable and maintainable web applications!
1.6k stars 107 forks source link

livebook (in progres) on Finite State Machines #202

Open ndrean opened 1 year ago

ndrean commented 1 year ago

Elixir loves processes:

Run in Livebook

ndrean commented 1 year ago

Starts to look good. Showcase the libraries Machinery, GenStateMachine (:gen_statem of Erlang), and Fsmx.

Event-based models, transition map-based models, and Time-based models (for gen_statem). Using SQLITE for Ecto backed model (with Fsmx) with transactional side-effect.

Does someone use Sage ?