Skip to content

etnt/Haskerl

Repository files navigation

This project allows compiling a subset of haskell to the erlang WM (beam).

Prerequisites:


Build the Etnt compiler (Etnt):
make all

Compile beam code from haskell/tnt code:


./etnt gt.tnt

If everything went well (i.e. no bugs in your tnt code), you have an output beam file: gt.beam

Open up the erlang shell (erl), and type gt:gt(300,29). The result should be:

Eshell V5.10.4 (abort with ^G)
1> gt:gt(300,29).
true

About

Haskell subset compiled to the Beam machine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published