|
|
|
|
|
by masklinn
5105 days ago
|
|
> mostly unlike Erlang, though it does have the process dictionary Yes and no, while Erlang structures are not mutable (aside from the process dictionary, and the process's message queue), each new iteration of the process loop mutates the process itself, as the process goes from one state to an other. |
|