BEAM

Programming Talks tagged with: "BEAM"

Implementing Languages on the BEAM

Robert Virding
2 hours
Implementing Languages on the BEAMThe BEAM, the Erlang VM, was designed to implement Erlang. This has led to that the features it provides and its limitations are different from most other VMs. In this talk we will why the BEAM looks like it does and how this affects the implementation of languages on it. ...