First release! :tada:
Pre-release
Pre-release
Too much to note here right now, but I'll eventually write some proper release notes. So far this bootstraps the following:
-
OCaml to Erlang compiler, so you can throw some OCaml at it and it'll spit out Erlang. Check the
examples
folders. All of the .erl files in there have been generated in this way. -
Erlang typechecker, so if your Erlang has type-errors it'll fail and you'll see why. This is highly experimental but its somewhat functioning. It should work fine for single process interactions (So no send+recv). For send+recv type safety have a look first at the tests in the
./tests/typechecker
folder.
For the time being, the following binaries should be enough to get you up and running and messing around with it on a Linux machine.