Y
Hacker News
new
|
ask
|
show
|
jobs
by
lpil
2223 days ago
All data is immutable on the BEAM with a few exceptions, so no mutation within actors.
1 comments
dnautics
2222 days ago
No, that's not true. Actors in elixir/erlang mutate their state through tail call recursion through the loop function.
link
lpil
2222 days ago
I said data is immutable on the BEAM, actors can update their state.
link