BuckleScript 1.7.4
Full changes: https://github.com/bucklescript/bucklescript/blob/master/Changes.md#bucklescript-174may-24-2017
Main highlights:
- Create a BuckleScript project and build in a single line(works on all platforms with zero dependencies including Windows)
npm install -g bs-platform && bsb -init hello && cd hello && npm run build
http://bucklescript.github.io/bucklescript/Manual.html#_using_existing_templates_since_1_7_4
- Adding several modules to Js namespace, including Option, Result, List and Vector. Note it is still work in progress, but these libraries are optimized for both performance and size, they can provide an even smaller code size than current case