Hacker News new | ask | show | jobs
by dnautics 2224 days ago
No, that's not true. Actors in elixir/erlang mutate their state through tail call recursion through the loop function.
1 comments

I said data is immutable on the BEAM, actors can update their state.