Dear OCaml developers: We are glad to announce BuckleScript 1.0[1], a backend for the OCaml compiler which emits JavaScript. A simple example is available here: https://github.com/bloomberg/bucklescript/#an-http-server 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. The project is inspired by js_of_ocaml[3], its goal is to engage OCaml with average JavaScript developers. Documentation is available here: http://bloomberg.github.io/bucklescript/Manual.html Thanks -- Hongbo [1]: https://github.com/bloomberg/bucklescript/ [2]: https://www.npmjs.com/ [3]: http://ocsigen.org/js_of_ocaml/ [4]: https://bloomberg.github.io/bucklescript/Differences-from-js_of_ocaml.html