Re: [Caml-list] [announce] O'Browser : OCaml on browsers

2008-11-30 Thread William Le Ferrand
Hi ! Thank you for this amazing work ! I'm rewriting large parts of my website using this tool, and I may have found two little bugs : * get_attribute (in rtjs.js) when get_attribute toto returns a boolean, value_from_string returns the empty string (this is nasty ..) (temporary) solution :

Re: [Caml-list] [announce] O'Browser : OCaml on browsers

2008-11-21 Thread Benjamin Canou
Hi, From Kuba Ober: Pardon the question, but is this meant to be useful in the future, or is it just a fun experiment (in which case the next target should be brainfuck). Coming soon: the OCaml VM on a turing machine ! From Burgisser Francois : Good idea but maybe a browser plugin to

Re: [Caml-list] [announce] O'Browser : OCaml on browsers

2008-11-18 Thread Florian Hars
Benjamin Canou schrieb: Please note that this is an early version, in particular the DOM interface module is neither pretty nor well typed. If you enhance these APIs, you should probably try to coordinate it with whatever might happen in http://code.google.com/p/ocamljs/ so that source code

Re: [Caml-list] [announce] O'Browser : OCaml on browsers

2008-11-18 Thread Paolo Donadeo
O'Browser is an implementation of the OCaml virtual machine in JavaScript, designed to run in web browsers. What can I say? WOW, great idea! -- Paolo ~ ~ :wq ___ Caml-list mailing list. Subscription management:

Re: [Caml-list] [announce] O'Browser : OCaml on browsers

2008-11-18 Thread Burgisser Francois
Hi, Good idea but maybe a browser plugin to manipulate DOM would be much more efficient. Still pretty instructive. Franz On 11/18/08 1:20 AM, Benjamin Canou [EMAIL PROTECTED] wrote: Hi, O'Browser is an implementation of the OCaml virtual machine in JavaScript, designed to run in web

Re: [Caml-list] [announce] O'Browser : OCaml on browsers

2008-11-18 Thread Gabriel Kerneis
On Tue, Nov 18, 2008 at 06:14:45PM +0900, Burgisser Francois wrote: Good idea but maybe a browser plugin to manipulate DOM would be much more efficient. But, sadly, much less portable. -- Gabriel ___ Caml-list mailing list. Subscription management:

Re: [Caml-list] [announce] O'Browser : OCaml on browsers

2008-11-18 Thread Kuba Ober
On Tuesday 18 November 2008, you wrote: On Mon, 2008-11-17 at 22:43 -0500, Kuba Ober wrote: 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

Re: [Caml-list] [announce] O'Browser : OCaml on browsers

2008-11-18 Thread Kuba Ober
On Tuesday 18 November 2008, Jon Harrop wrote: On Monday 17 November 2008 16:20:50 Benjamin Canou wrote: 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

Re: [Caml-list] [announce] O'Browser : OCaml on browsers

2008-11-18 Thread Vincent Balat
Hi, On Tuesday 18 November 2008 19:15:28 Kuba Ober wrote: On Tuesday 18 November 2008, you wrote: On Mon, 2008-11-17 at 22:43 -0500, Kuba Ober wrote: Please note that this is an early version, in particular the DOM interface module is neither pretty nor well typed. However, it can

Re: [Caml-list] [announce] O'Browser : OCaml on browsers

2008-11-18 Thread David Thomas
, 11/18/08, Vincent Balat [EMAIL PROTECTED] wrote: From: Vincent Balat [EMAIL PROTECTED] Subject: Re: [Caml-list] [announce] O'Browser : OCaml on browsers To: caml-list@yquem.inria.fr Cc: [EMAIL PROTECTED] Date: Tuesday, November 18, 2008, 10:32 AM Hi, On Tuesday 18 November 2008 19:15:28

Re: [Caml-list] [announce] O'Browser : OCaml on browsers

2008-11-17 Thread Kuba Ober
On Monday 17 November 2008, Benjamin Canou wrote: 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

Re: [Caml-list] [announce] O'Browser : OCaml on browsers

2008-11-17 Thread Jon Harrop
On Monday 17 November 2008 16:20:50 Benjamin Canou wrote: 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