BuckleScript

BuckleScript

  • Docs
  • Try
  • API
  • Community
  • Blog
  • Languages iconEnglish
    • 日本語
    • Español
    • Français
    • 한국어
    • Português (Brasil)
    • Русский
    • 中文
    • 繁體中文
    • Help Translate
  • GitHub

›Recent Posts

Recent Posts

  • A story of exception encoding in BuckleScript
  • What's new in release 7.3
  • Generalized uncurry support in BuckleScript 7.3
  • Announcing bs-platform 7.2
  • Loading stdlib from memory

BuckleScript 1.7.4

October 8, 2017

Full changes: https://github.com/bucklescript/bucklescript/blob/master/Changes.md#bucklescript-174may-24-2017

Main highlights:

  1. 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

  1. 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
Recent Posts