Browse thread
[announce] O'Browser : OCaml on browsers
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2008-11-17 (16:20) |
From: | Benjamin Canou <benjamin.canou@g...> |
Subject: | [announce] O'Browser : OCaml on browsers |
Hi, O'Browser is an implementation of the OCaml virtual machine in JavaScript, designed to run in web browsers. It features a runtime library compatible with OCaml's standard one (including OOP and concurrent threads) and bindings of some JavaScript functions to manipulate the DOM primitives. The distribution is available at [1] and an online version of the tutorial is reachable at [2]. Please note that this is an early version, in particular the DOM interface module is neither pretty nor well typed. However, it can already be used to create little applets or scripts (as in the tutorial [2], the examples of the distribution [3] or my webpage [4]) and we'll be glad to receive your comments or bug reports. Have fun. Benjamin Canou. [1] http://www.pps.jussieu.fr/~canou/obrowser-0.1.tar.bz2 [2] http://www.pps.jussieu.fr/~canou/obrowser/tutorial [3] http://www.pps.jussieu.fr/~canou/obrowser/examples.html [4] http://www.pps.jussieu.fr/~canou/