[erlang-questions] The quest for the perfect programming language for massive concurrency.

José Valim jose.valim@REDACTED
Thu Jan 30 18:01:46 CET 2014


>
> Immutability is a language and VM feature. You can have a mutable language
> on top of the BEAM VM, Elixir is an example of that.
>

Small correction: immutability is a VM feature. Elixir has the same amount
of mutability as Erlang. It is common to confuse rebinding with mutability
but it is still compiled to static single assignment.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140130/b455af80/attachment.htm>


More information about the erlang-questions mailing list