BEAM (Erlang virtual machine): Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 December 2023

  • curprev 14:2014:20, 3 December 2023Elixirfan talk contribs 3,391 bytes +3,391 Created page with "== BEAM (Erlang virtual machine) == The BEAM (Bogdan/Björn's Erlang Abstract Machine) is the virtual machine that runs the Erlang programming language. It is the heart of the Elixir ecosystem and provides the infrastructure for executing Erlang and Elixir code. === Overview === The BEAM was designed to be lightweight, concurrent, fault-tolerant, and highly scalable. It provides a set of features that enable developers to build reliable and distributed systems. ===..."