[Caml-list] [ANN] OCaml-Java project: 1.2 release

2009-04-17 Thread fo...@x9c.fr
This post announces the 1.2 release of the OCaml-Java project. The goal of the OCaml-Java project is to allow seamless integration of OCaml and Java. Home page: http://ocamljava.x9c.fr Download page: http://ocamljava.x9c.fr/downloads.html Toplevel applet: http://ocamljava.x9c.fr/toplevel/tople

Re: [Caml-list] "ok with parallel threads" GC (aka ocaml for multicore)

2009-04-17 Thread fo...@x9c.fr
Le 18 avr. 09 à 00:15, Philippe Wang a écrit : On Apr 16, 2009, at 11:45 CEDT, Philippe Wang wrote: A negative answer would imply that you patched the OCaml runtime to make it reentrant. To illustrate my point, I will take the example of the file "byterun/compare.c". In this file, the code f

[Caml-list] [ANN] Bisect / Bolt / Kaputt: 1.0-beta releases

2009-05-31 Thread fo...@x9c.fr
This post announces the 1.0-beta release of the following projects: - Bisect: coverage tool - Bolt: logging tool - Kaputt: testing tool === Bisect === Home page: http://bisect.x9c.fr Main changes since 1.0-alpha: - switch to OCaml 3.11.0 - bug #30: incorrect detection of ocamljava -

[Caml-list] [ANN] OCaml-Java project: 1.3 release

2009-09-19 Thread fo...@x9c.fr
This post announces the 1.3 release of the OCaml-Java project. The goal of the OCaml-Java project is to allow seamless integration of OCaml and Java. Home page: http://ocamljava.x9c.fr Download page: http://ocamljava.x9c.fr/downloads.html Toplevel applet: http://ocamljava.x9c.fr/toplevel/tople

Re: [Caml-list] Hoogle for Ocaml

2009-12-04 Thread fo...@x9c.fr
Le 3 déc. 2009 à 17:08, Matthias Görgens a écrit : > Hi, > > Is there an equivalent to Haskell's Hoogle for Ocaml? There was a tool along those lines for CamlLight (but it seems to be broken): http://www.dicosmo.org/TESTS/ENGLISH/CamlSearchCGI.english.html You should also notice that t

[Caml-list] [ANN] Bisect / Bolt / Kaputt: 1.0 release

2009-12-17 Thread fo...@x9c.fr
This post announces the 1.0 release of the following projects: - Bisect: coverage tool; - Bolt: logging tool; - Kaputt: testing tool. === Bisect === Home page: http://bisect.x9c.fr Main changes since 1.0-beta: - '-enable' / '-disable' command-line switches to control instrumentation - s

[Caml-list] [ANN] OCaml-Java project: 1.4 release

2010-02-06 Thread fo...@x9c.fr
This post announces the 1.4 release of the OCaml-Java project. The goal of the OCaml-Java project is to allow seamless integration of OCaml and Java. Home page: http://ocamljava.x9c.fr Download page: http://ocamljava.x9c.fr/downloads.html Toplevel applet: http://ocamljava.x9c.fr/toplevel/toplevel

Re: [Caml-list] [ANN] OCaml-Java project: 1.4 release

2010-05-11 Thread fo...@x9c.fr
Le 11 mai 2010 à 21:23, Warren Harris a écrit : > I'm curious whether there are any notes / pointers regarding the completeness > of the ocaml-java implementation (couldn't find this on the web site). I'm > wondering about the feasibility of using it for a moderately large ocaml > project I've

Re: [Caml-list] [ANN] Camomile 0.7.3

2010-05-13 Thread fo...@x9c.fr
Le 12 mai 2010 à 14:13, Yoriyuki Yamagata a écrit : > I'm pleased to announce Camomile 0.7.3, a new version of Camomile, a > comprehensive Unicode library for OCaml. > This is a bug fix release. It fixes the following bugs and Camomile now > works on Windows. > - Aliases of character enco

Re: [Caml-list] about OcamIL

2010-05-14 Thread fo...@x9c.fr
Le 14 mai 2010 à 12:58, Eray Ozkural a écrit : > On Fri, May 14, 2010 at 1:40 PM, Jon Harrop > wrote: >> Xavier Clerc wrote: >>> Limiting myself to the JVM... >>> Moreover, at least Scala and Bigloo deliver excellent performances. >> >> I have benchmarks where the JVM is well over 10x slower th

Re: [Caml-list] about OcamIL

2010-05-14 Thread fo...@x9c.fr
Le 14 mai 2010 à 12:40, Jon Harrop a écrit : > Xavier Clerc wrote: >> Limiting myself to the JVM... >> Moreover, at least Scala and Bigloo deliver excellent performances. > > I have benchmarks where the JVM is well over 10x slower than .NET. So I do > not regard any JVM-based language as "high p

Re: [Caml-list] question about the jvm backend

2010-06-17 Thread fo...@x9c.fr
Le 10 juin 2010 à 16:27, Martin DeMello a écrit : > I have an OCaml implementation of an algorithm that I now want to use > from clojure. As I see it, my options are: > > 1. Port to clojure > 2. Port to scala (better support for pattern matching will make it > easier to port, also scala might be

Re: [Caml-list] Marshalling question

2010-10-09 Thread fo...@x9c.fr
Le 8 oct. 2010 à 15:37, Jean Krivine a écrit : > Dear ocaml users, > > A simple question: is it safe to marshalize a data structure that > contains imperative elements (like arrays or hashtbl) ? Well, you should have no problem with arrays or hash tables, as long as they hold elements that are