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 1.5.0, Besides a number of minor bug fixes and performance improvement, most notable changes:
# Bundled Reason together thanks to contributions from Facebook Reason team, so that Reason syntax support is also first class, this also makes Reason for the first time available to Windows users.
# FFI added `bs.uncurry` which will automatically uncurry the callback so the user land API is clearer, see [2]
# Improve object label translation to cause less surprise, this might case minor backward compatibility [3]
Documentation is available here: http://bloomberg.github.io/bucklescript/Manual.html
To install:
npm install -g bs-platform
Let's make OCaml a trend in JavaScript community in 2017, together! -- Hongbo
[1]: https://github.com/bloomberg/bucklescript/ 
[2]: http://bloomberg.github.io/bucklescript/Manual.html#__bs_uncurry_for_implicit_uncurried_callback_since_1_5_0
[3]: http://bloomberg.github.io/bucklescript/Manual.html#_object_label_translation_convention