BEAM (Erlang virtual machine)


BEAM is the virtual machine at the core of the Erlang Open Telecom Platform. BEAM is part of the Erlang Run-Time System, which compiles Erlang and Elixir source code into bytecode, which is then executed on the BEAM. BEAM bytecode files have the .beam file extension.
Originally BEAM was short for Bogdan's Erlang Abstract Machine, named after Bogumil "Bogdan" Hausman, who wrote the original version, but the name may also be referred to as Björn's Erlang Abstract Machine, after Björn Gustavsson, who wrote and maintains the current version. Both developers worked on the system while at Ericsson.
The predecessor of the BEAM was JAM, which was the first virtual machine for the Erlang language and was written by Joe Armstrong.