herl

June 14, 2014 ยท View on GitHub

Erlang BEAM emulator in Haskell

Introduction

This project aims to implement an emulator to run Erlang's BEAM code. The emulator itself is implemented in Haskell. I've used various sources to figure out what the different BEAM codes do, and the current implementation is not complete in any way.

BEAM

Some links regarding BEAM;