Dear OCaml developers:
BuckleScript is an optimizing compiler for OCaml to generate readable JavaScript, it is open sourced by Bloomberg [1].
We are glad to announce a new release for 2017(1.4.1), this release comes with even better experience for Windows users, it is self contained on Windows platform(no dependency on C toolchain anymore)
It also comes with a number of bug fixes and performance improvement(some performant critical code is rewritten in C)
Documentation is available here: http://bloomberg.github.io/bucklescript/Manual.html
To install:
npm install -g bs-platform
Happy hacking in OCaml! -- Hongbo
[1]: https://github.com/bloomberg/bucklescript/