[erlang-questions] Erlang and mutable state

David King dking@REDACTED
Fri Nov 16 22:47:13 CET 2007


> [...] But why Erlang doesn't allow mutable state isolated within a  
> process (such that no other process
> could directly access or change that state)? [...]

It does, in the form of the process dictionary. Generally speaking,  
its usage is frown upon, but it does offer mutable state.



More information about the erlang-questions mailing list