"A brief introduction to BEAM", read the new Blog post by John Högberg at the OTP team

Read the new Blog post by John Högberg at the OTP team.
It is a brief primer on BEAM, the virtual machine that executes user code
in the Erlang Runtime System (ERTS). It’s intended to help those new to
BEAM follow an upcoming series of posts about the JIT in OTP 24, leaving
implementation details for later.

40 Likes

"A closer look at the interpreter"

The second installment in this series has been published:
http://blog.erlang.org/a-closer-look-at-the-interpreter/
This blog post continues to lay the groundwork for future blog posts about the JIT by exploring what the BEAM interpreter does.

Enjoy!

10 Likes