Erlang BEAM emulator in Haskell
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.
Some links regarding BEAM;
- http://synrc.com/publications/cat/Functional%20Languages/Erlang/beam.txt
- Erlang on Xen
- and of course the official erl emulator itself.