Main Page
From Erlang BEAM
(Difference between revisions)
(Explanatory note) |
|||
| Line 1: | Line 1: | ||
| − | BEAM is the virtual machine for the [http://en.wikipedia.org/wiki/Erlang_(programming_language) Erlang programming language]. | + | BEAM is the virtual machine for the [http://en.wikipedia.org/wiki/Erlang_(programming_language) Erlang programming language]. Here is an added sentence. |
== Opcode summary<ref>From [http://azunyanmoe.wordpress.com/2011/03/30/erlang-vm-opcodes/ "Erlang VM Opcodes"], '''azunyanmoe's blog''', March 30, 2011. This table should eventually be generated from the opcode summary articles themselves, after they're written.</ref> == | == Opcode summary<ref>From [http://azunyanmoe.wordpress.com/2011/03/30/erlang-vm-opcodes/ "Erlang VM Opcodes"], '''azunyanmoe's blog''', March 30, 2011. This table should eventually be generated from the opcode summary articles themselves, after they're written.</ref> == | ||
Revision as of 11:10, June 7, 2012
BEAM is the virtual machine for the Erlang programming language. Here is an added sentence.
Opcode summary[1]
Notes
- ↑ From "Erlang VM Opcodes", azunyanmoe's blog, March 30, 2011. This table should eventually be generated from the opcode summary articles themselves, after they're written.
References
- Joe Armstrong, Deconstructing the BEAM, 2012-05-07
- Joe Armstrong, Robert Virding, The Evolution of the Erlang VM
- Robert Virding, A history of the Erlang VM
