Dear OCaml developers:
We are glad to announce the native windows support of BuckleScript: a backend for the OCaml compiler which emits JavaScript.
We are committed to provide native support on
all major platforms: Linux, Mac and Windows, for Windows Users, in the future we will provide a pre-built binary so that it does not need Cygwin (BuckleScript does not depend on Cygwin after installation), the installation instructions is available:
http://bloomberg.github.io/bucklescript/Manual.html#_installation As examples of that vision, using BuckleScript, OCaml users can use Chrome Dev Tools to debug OCaml code, while Javascript users can use OCaml libraries as plain npm[2] packages.
Thanks -- Hongbo