During my ElixirConf talk
[http://confreaks.tv/videos/elixirconf2015-virtually-instructional] I compared
and contrasted register-based virtual machines
[https://en.wikipedia.org/wiki/Register_machine], like the BEAM, to stack-based
virtual machines [https://en.wikipedia.org/wiki/Stack_machine], like the JVM
[https://en.wikipedia.org/wiki/Java_virtual_machine]. In doing