Comment by socketcluster

11 hours ago

The Node.js community had figured this out long before BEAM or even Elixir existed.

People tried to introduce threads to Node.js but there was push-back for the very reasons mentioned in this article and so we never got threads.

The JavaScript languages communities watch, nod, and go back to work.

> The Node.js community had figured this out long before BEAM or even Elixir existed.

Work on the BEAM started in the 1990s, over ten years before the first release of Node in 2009.

  • And BEAM was the reimplementation of the Erlang runtime, the actual model is part of the language semantics which was pretty stable by the late 80s, just with a Prolog runtime way too slow for production use.