Have you tested http://try.ocamlpro.com/ ? It is the ocaml toplevel, compiled with js_of_ocaml, so executing ocaml sources in a browser. The sources are available on GitHub from the link. --Fabrice On Mon, Nov 5, 2012 at 7:23 AM, Diego Olivier Fernandez Pons < dofp.ocaml@gmail.com> wrote: > OCaml list, > > Last time I was looking for a JavaScript interpreter in Caml. Now I > need a Core ML interpreter written in JavaScript to run source OCaml > code on a browser, similar to Skulpt one in Python > http://www.skulpt.org/ > > Any suggestions ? > > Diego Olivier > > -- > Caml-list mailing list. Subscription management and archives: > https://sympa.inria.fr/sympa/arc/caml-list > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs > -- Fabrice LE FESSANT