Hacker News new | ask | show | jobs
by Zambyte 1061 days ago
Actors in Elixir (and AFAIK the Actor Model in general) can mutate their internal state in response to receiving a message. It would probably be awkward to use actors in this way just to facilitate mutation though.