Re: [Caml-list] ANN: ocamljs 0.3

2010-09-07 Thread Jake Donham
On Sun, Sep 5, 2010 at 6:05 AM, Christophe Papazian wrote: > I was playing with ocamljs. It's very nice to use ocaml to > produce javascript ! I have a question : in ocamljs, there is a support > for style objects. However, I do not see how to use them usefully because > there don't seem to have s

Re: [Caml-list] ANN: ocamljs 0.3

2010-09-05 Thread Christophe Papazian
Dear Jake, I was playing with ocamljs. It's very nice to use ocaml to produce javascript ! I have a question : in ocamljs, there is a support for style objects. However, I do not see how to use them usefully because there don't seem to have some set_style method anywhere (but I found the get_

[Caml-list] ANN: ocamljs 0.3

2010-08-26 Thread Jake Donham
Hi list, I am happy to announce version 0.3 of ocamljs. Ocamljs is a system for compiling OCaml to Javascript. It includes a Javascript back-end for the OCaml compiler, as well as several support libraries, such as bindings to the browser DOM. Ocamljs also works with orpc (http://jaked.github.com/