Hi, > What are the differences between: > - OBrowser (http://www.pps.jussieu.fr/~canou/obrowser/tutorial/) > - Js_of_OCaml (http://ocsigen.org/js_of_ocaml/overview) > - OcamlJS
These three projects have one goal in common -- running Ocaml code inside a browser -- but approach it differently: - O'Browser implements in Javascript an interpreter of Ocaml bytecode (the code produced by ocamlc). - js_of_ocaml compiles Ocaml bytecode into Javascript. - ocamljs is a new backend for the Ocaml compiler that translates Ocaml's intermediate representation (the "lambda" representation) into Javascript. Hope that clarifies things a bit, Dario Teixeira _______________________________________________ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http://caml.inria.fr Beginner's list: http://groups.yahoo.com/group/ocaml_beginners Bug reports: http://caml.inria.fr/bin/caml-bugs