Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 680 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 680 Bytes

TheBeamBook

A description of the Erlang Runtime System ERTS and the virtual Machine BEAM.

This is an attempt do document how the internals of the Erlang Runtime System works.

Please feel free to contribute since this work is far frome done, and it will probably never will be done since there is continuous development of the Erlang runtime system.

The book is written in AsciiDoc and can be read directly on github in your browser or you can create a pdf from the source code.

To read the book online just open the file book.asciidoc.

Building

To build a pdf from source you will need make, asciidoc, pdflatex.

sudo apt-get install asciidoc make