Writing about State Machines
-
Create state machines in Erlang
Erlang is a functional language that implements pattern matching. We can make use of this great feature to create declarative state machines.
Erlang is a functional language that implements pattern matching. We can make use of this great feature to create declarative state machines.