caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] [ANN] js_of_ocaml 2.8.1
@ 2016-07-03 18:05 hugo
  0 siblings, 0 replies; only message in thread
From: hugo @ 2016-07-03 18:05 UTC (permalink / raw)
  To: caml-list

[-- Attachment #1: Type: text/plain, Size: 1137 bytes --]

I'm happy to announce the release of js_of_ocaml 2.8 & 2.8.1.
They are already available via OPAM.

Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it
possible to run pure OCaml programs in JavaScript environment like browsers
and Node.js.

Here are some notable changes:

Support for OCaml 4.03
-----------------------------

Async_kernel (and Core_kernel) support
--------------------------------------------------
In the findlib package js_of_ocaml.async.
Note that it is only available with a 32bit OCaml compiler.

Dynlink and separate compilation
----------------------------------------
One can now compile OCaml module (.cmo) and OCaml library (.cma) to
JavaScirpt.
Loading theses JavaScript files is enough to dynlink them.

Improved JavaScript code generation
----------------------------------------------
* preserve as much as possible OCaml variable names (in pretty mode)
* Better source map support
* Drastically reduce memory usage when assigning short variable names


The full change log is available on github
<https://raw.githubusercontent.com/ocsigen/js_of_ocaml/master/CHANGES>

Happy hacking

[-- Attachment #2: Type: text/html, Size: 1334 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-03 18:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-03 18:05 [Caml-list] [ANN] js_of_ocaml 2.8.1 hugo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).