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

bs-platform release v6.0+dev

March 31, 2019

bs-platform@6.0.0-dev.1 is released, you can try it with npm i -g bs-platform@next! (if you have permission issues, try sudo npm i --unsafe-perm -g bs-platform@next)

This is the first release that bucklescript compiler using OCaml 4.06.1 typechecker.

It also means that most language features from OCaml will trickle down automatically.

It is not yet ready for production but we recommend you to try it (esp, new OCaml features between 4.02.3 and 4.06.1), note we expect users to have some issues in experiment, feedback is welcome!

Recent Posts