Re: [Caml-list] integration of compression with channels

2008-11-04 Thread Stefano Zacchiroli
On Tue, Nov 04, 2008 at 07:50:20AM -0500, Eric Cooper wrote: I initially tried something like this in the approx proxy server, but found out the hard way that it was difficult to deal with corrupt .gz files. You might only discover the corruption after reading garbage for a while, and an

Re: [Caml-list] What does Jane Street use/want for an IDE? What about you?

2008-11-04 Thread Kuba Ober
On Monday 03 November 2008, Jon Harrop wrote: On Monday 03 November 2008 14:15:38 Kuba Ober wrote: On Friday 31 October 2008, Jon Harrop wrote: . Written in OCaml using OCaml's own lexer and parser to save effort and make it possible for others to help develop it without losing their

[Caml-list] Ocamlbuild + Ocamldoc troubles

2008-11-04 Thread Dario Teixeira
Hi, I'm using Ocamlbuild to manage the compilation of a library. The myocamlbuild.ml plugin I'm using is a slight variation of the one found on the Wiki and that adds support for Findlib [1]. Even though the actual code compilation is working fine, I'm having problems getting it to correctly

Re: [Caml-list] Ocamlbuild + Ocamldoc troubles

2008-11-04 Thread DooMeeR
I'm using Ocamlbuild to manage the compilation of a library. The myocamlbuild.ml plugin I'm using is a slight variation of the one found on the Wiki and that adds support for Findlib [1]. Even though the actual code compilation is working fine, I'm having problems getting it to correctly invoke

Re: [Caml-list] Ocamlbuild + Ocamldoc troubles

2008-11-04 Thread Dario Teixeira
Hi, So, ocamldoc doesn't find intro.txt. This is because this file is not copied into the _build directory by ocamlbuild. You need to explain to ocamlbuild, in your plugin, that your target (lambdoc.docdir/index.html) depends on intro.txt, otherwise ocamlbuild won't copy the file. Even if

Re: [Caml-list] What does Jane Street use/want for an IDE? What about you?

2008-11-04 Thread Jon Harrop
On Tuesday 04 November 2008 18:35:45 Kuba Ober wrote: On Monday 03 November 2008, Jon Harrop wrote: On Monday 03 November 2008 14:15:38 Kuba Ober wrote: I could port Camelia to OCaml if someone would first develop Qt bindings for OCaml that would allow me to do in OCaml what I'm doing

Re: [Caml-list] What does Jane Street use/want for an IDE? What about you?

2008-11-04 Thread Kuba Ober
On Tuesday 04 November 2008, Jon Harrop wrote: On Tuesday 04 November 2008 18:35:45 Kuba Ober wrote: On Monday 03 November 2008, Jon Harrop wrote: On Monday 03 November 2008 14:15:38 Kuba Ober wrote: I could port Camelia to OCaml if someone would first develop Qt bindings for OCaml

Re: [Caml-list] What does Jane Street use/want for an IDE? What about you?

2008-11-04 Thread Jon Harrop
On Tuesday 04 November 2008 23:06:00 Kuba Ober wrote: On Tuesday 04 November 2008, Jon Harrop wrote: You'll just be invoking autogenerated Python code using OCaml so OCaml's class system is only relevant if you want to do some fancy statically-typed shim. I'd forget about that and just