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

October 2, 2017

BuckleScript 1.4.2 release comes with quite a few enhancement.

Most notable features:

  1. The build system is ready to handle multiple npm packages, and its module system can be overriden by the end user. For example, if the library A(end user) depends library B and library C, we only need tell the build system that A needs goog module system, then B, C will be built using goog module system too.

There are quite lots of enhancements to the build system, we strongly recommend users to re-read the documentation http://bucklescript.github.io/bucklescript/Manual.html#_build_system_support

  1. FFI add a new feature

  2. FFI can handle bs.obj and bs.string combination

Recent Posts