<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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.<br>

</blockquote><div><br></div><div>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.</div>

<div><br></div></div></div></div>