Re: [Caml-list] [ANN] Js_of_ocaml version 1.0

2010-12-13 Thread Jerome Vouillon
On Mon, Dec 13, 2010 at 09:58:27AM -0500, Yitzhak Mandelbaum wrote: > One small question: could you expand on your last comment: > > On Dec 13, 2010, at 8:06 AM, Jerome Vouillon wrote: > > > > > > > Ocamljs optimizes tail recursion, but this comes at a large > > performance cost. > > Do you me

Re: [Caml-list] [ANN] Js_of_ocaml version 1.0

2010-12-13 Thread Yitzhak Mandelbaum
Jerome, Thank you, this sounds fantastic! One small question: could you expand on your last comment: On Dec 13, 2010, at 8:06 AM, Jerome Vouillon wrote: > > > Ocamljs optimizes tail recursion, but this comes at a large > performance cost. Do you mean all tail-calls come a large cost, or on

[Caml-list] [ANN] Js_of_ocaml version 1.0

2010-12-13 Thread Jerome Vouillon
Hi, I'm happy to announce the first official release of Js_of_ocaml, a compiler from OCaml bytecode to Javascript. This tool let you write OCaml programs that run on Web browsers. Js_of_ocaml is easy to install, and use thereafter, as it works with an existing installation of OCaml, with no need