Hacker News new | ask | show | jobs
by chrisseaton 1514 days ago
> Erlang sidesteps the problem by avoiding mutable shared state

Erlang is maximal shared mutable state!

Processes are mutable state and they’re shared between other processes.