Hacker News new | ask | show | jobs
by fzzzy 4855 days ago
Erlang makes it easier because it enforces no shared state between actors, and each actor has it's own independent thread of control.