[Caml-list] Job offer in Paris / web programming in ocaml

2010-08-21 Thread William Le Ferrand
Dear all, Sorry for spoiling the list, but hypios is seeking for OCaml developers to join its technical division in Paris for a 60 days mission. It consists in developing an open innovation platform for a famous international firm, from the 15th of september to the 15th of november. Familiarity

[Caml-list] caml_copy_string

2010-08-21 Thread Jeffrey Barber
Is there a way to get a string from C to OCaml without the caml_copy_string function, or is there a version that doesn't copy the string? -J ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list

Re: [Caml-list] caml_copy_string

2010-08-21 Thread Romain Beauxis
Le samedi 21 août 2010 18:30:28, Jeffrey Barber a écrit : Is there a way to get a string from C to OCaml without the caml_copy_string function, or is there a version that doesn't copy the string? String_val ? :-) R. ___ Caml-list mailing list.

[Caml-list] node.ocaml

2010-08-21 Thread Jeffrey Barber
I've been working with libevent2 and OCaml for the past couple of weeks to build node.ocaml. It is far from done, but it is interesting enough to share. node.ocaml as of now contains a web server and a terminal server that provides asynchronous programming to OCaml to enable some of my research.