Haumea to JavaScript compiler Node.js-only for the moment! Browser support coming soon.
Haumea is an experimental language designed to be easy to learn and use. Read more...
You will need git and at least node.js 6.0.0 installed.
$ git clone https://github.com/haumea-lang/haumea-js.git
$ npm install || yarn
$ npm link
$ haumeajs examples/hello.hau -o examples/hello.js
$ haumeajs --help