- Published on
Announcing Melange 5
We are excited to announce the release of Melange 5, the compiler for OCaml that targets JavaScript.
A lot of goodies went into this release! While our focus was mostly on features
that make it easy to express more JavaScript constructs and supporting OCaml
5.3, we also managed to fit additional improvements in the release: better
editor support for Melange external
s, code generation improvements, and
better compiler output for generated JS. The most notable feature we're
shipping in Melange 5 is support for JavaScript's dynamic
import()
,
which we'll describe in detail below.
Read on for the highlights.