OCaml version 4.05.0 Compiled with Js_of_ocaml version 3.0.1+796279c1
It makes OCaml programs that run on Web browsers. It is easy to install as it works with an existing installation of OCaml, with no need to recompile any library. It comes with bindings for a large part of the browser APIs.
This web-based OCaml toplevel is compiled using Js_of_ocaml.
Enter/Return | Submit code |
Ctrl + Enter | Newline |
Up / Down | Browse history |
Ctrl + l | Clear display |
Ctrl + k | Reset toplevel |
Tab | Indent code |
(function(joo_global_object) {"use strict"; var runtime=joo_global_object.jsoo_runtime; runtime.caml_get_global_data(); return 0});