Skip to content
/ HBEAM Public

Prototypical Haskell virtual machine for Erlang's BEAM bytecode

License

Notifications You must be signed in to change notification settings

mbrock/HBEAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HBEAM

Hello! This is a sketchy implementation of a BEAM emulator. It is supposed to read & evaluate Erlang bytecode files.

Right now it doesn't understand very much, but if you have the simplest possible factorial function exported from mymath.beam — it's included — you can run it like this:

$ hbeam mymath factorial '[EVInteger 6]'
 ... after lots of debug spam ...
Return value: EVInteger 720

Wow!

About

Prototypical Haskell virtual machine for Erlang's BEAM bytecode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published