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

January 7, 2019

bs-platform 4.0.17 is a major release.

It improved incremental compilation time significantly.

A pictue is worth a thousand words, below is a large monorepo which contains 4096 modules, changing the root node which has more than 3000 dependents, it finished building within 400ms.

We will write a dedicated article explaining how we achieve this incredible build performance.

A detailed list of changes is available here

Another quite important but not client facing change is that we renovated the internal build system, it will be much easier for contribution later on. We will update the contribution guide once it gets stable.

Recent Posts