Re: [Caml-list] ocamlbuild and installed modules and libraries

2008-11-17 Thread Daniel Bünzli
Le 16 nov. 08 à 21:37, Nicolas Pouillard a écrit : I'm a bit uncomfortable with this kind of dynamic or special tags. However the simplest solution to your problem is probably one of those: 1/ ocamlbuild -cflags -I,+xmlm,xmlm.cmx test.native You meant, ocamlbuild -cflags -I,+xmlm

Re: [Caml-list] ocamlbuild and installed modules and libraries

2008-11-17 Thread Romain Bardou
Daniel Bünzli a écrit : Le 16 nov. 08 à 21:37, Nicolas Pouillard a écrit : I'm a bit uncomfortable with this kind of dynamic or special tags. However the simplest solution to your problem is probably one of those: 1/ ocamlbuild -cflags -I,+xmlm,xmlm.cmx test.native You meant,

Another example (was: Re: [Caml-list] Is it a bug or just ordinary floating point differences?)

2008-11-17 Thread Richard Jones
-- open Printf ;; printf %d\n (int_of_float (62.05 *. 60.)) ;; let s = 62.05 *. 60. ;; printf %d\n (int_of_float s) ;; -- Ordinary ocamlopt prints: 3723

Re: Another example (was: Re: [Caml-list] Is it a bug or just ordinary floating point differences?)

2008-11-17 Thread Richard Jones
On Mon, Nov 17, 2008 at 12:23:31PM +, Richard Jones wrote: I'm thinking the difference must be somewhere in Wine itself or in the way that the two compilers initialize the floating point environment, such as using different rounding modes. L103: .double 62.05 .data L102:

Re: [Caml-list] - Convert Caml to C/C++, C#, PHP, etc -

2008-11-17 Thread Nicolas Cannasse
axllaruse a écrit : I would like to convert all the MTASC open source project to C/C++ or PHP. This wouldn't bring you much, unless you're planning to improve MTASC is some way ? If you're interested in writing a single language to output to Javascript / PHP / C++ and FlashSWF, then have a

Re: [Caml-list] Translating the unix course

2008-11-17 Thread Didier Remy
Daniel Bünzli wrote: Le 13 nov. 08 à 21:22, Florent Monnier a écrit : I was thinking that I would be pleased to traduct it in English (well perhaps not all because it's huge, but at least some chapters). The result would be written in my usual poor English but then it would be easy for an

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