Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 427 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 427 Bytes

BEAM VM Wisdoms

Compiled version is at: http://beam-wisdoms.clau.se

Collection of easy to read articles and knowledge about BEAM VM structure, principles and internals. Virtual machine is used to run Erlang, and a bunch of other languages (Elixir, LFE, Alpaca, Joxa, Efene etc).

Building

  • Install Sphinx doc generator:
    • pip install -U Sphinx
  • Build with:
    • sphinx-build -b html docs/source/ docs/build/html