Hacker News new | ask | show | jobs
by senderista 2232 days ago
My point was that the actor model has the semantics of local mutable state. The fact that an actor model language is compiled for a von Neumann machine is irrelevant to my point.
1 comments

Okay, that's true, but especially in Erlang's BEAM VM the mutable state's access is serialized / centralized. An actor's state is not a globally modifiable volatile variable a la the C/C++ ones.
Yes.

Though I don't think anyone ever suggested the actor model (or Erlang) was doing C/C++ craziness.