[Caml-list] Re: Pipes and Standard Output / Input on Windows

2008-05-30 Thread Sylvain Le Gall
ReadConsole/WriteConsole) - what scenario are you referring to where the difference between a console handle and a pipe would be a problem? Unix.select? Regards, Sylvain Le Gall ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin

[Caml-list] Re: Pipes and Standard Output / Input on Windows

2008-06-01 Thread Sylvain Le Gall
. Do you think your problem is related? Regards, Sylvain Le Gall ___ 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

Re: [Caml-list] Re: Pipes and Standard Output / Input on Windows

2008-06-03 Thread 'Sylvain Le Gall'
piping script. Does it fix your problem? Sorry, i must have read too quickly. It solve my problem indeed. Regards Sylvain Le Gall ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives

[Caml-list] Re: META file for bitmatch

2008-07-05 Thread Sylvain Le Gall
preprocessor = camlp4of. I don't know if that is a good thing or not. I was thinking that the call should have been: ocamlfind ocamlc -package bitmatch.syntax -syntax camlp4o ... Regards, Sylvain Le Gall ___ Caml-list mailing list. Subscription management

[Caml-list] Re: Ocaml and lablgtk interface committed or not?

2008-07-07 Thread Sylvain Le Gall
, freebsd...) and for all ocaml libraries (pxp, ocaml-libivrt...) You should understand that, apart from the fact that lablgtk is written in OCaml, there is no link between lablgtk library and ocaml INRIA distribution. Lablgtk is just a library written in/for OCaml. Regards, Sylvain Le Gall

[Caml-list] Re: thousands of CPU cores

2008-07-10 Thread Sylvain Le Gall
, Sylvain Le Gall ___ 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-list] Re: thousands of CPU cores

2008-07-11 Thread Sylvain Le Gall
with at least 1GB and often 2GB or more. Regards, Sylvain Le Gall ___ 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

[Caml-list] Re: thousands of CPU cores

2008-07-11 Thread Sylvain Le Gall
On 11-07-2008, Jon Harrop [EMAIL PROTECTED] wrote: On Friday 11 July 2008 07:26:44 Sylvain Le Gall wrote: On 10-07-2008, Oliver Bandel [EMAIL PROTECTED] wrote: However, any serious power users will already be on 64-bit where these limits have been relegated to quaint stories your grandpa

[Caml-list] Re: Multiple compiler installs

2008-08-26 Thread Sylvain Le Gall
script. There is always a build script that doesn't allow you to change /usr/bin/ocaml to /usr/bin/ocaml-3.10.2. Regards, Sylvain Le Gall ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives

[Caml-list] Re: ANN: Batteries Included Release 0

2008-09-01 Thread Sylvain Le Gall
redirection (ask a batteries project administrator). You should use scp to upload file into /home/groups/batteries/htdocs. You could also build a whole website ;-) This way you will have a real website (no more ftp around). Regards, Sylvain Le Gall ___ Caml

[Caml-list] Re: ocamlnet and kernel poll

2008-09-11 Thread Sylvain Le Gall
. Regards, Sylvain Le Gall ___ 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-list] Re: What's the purpose of the static library?

2008-09-24 Thread Sylvain Le Gall
around for this reason. Whether this is really true or not is not certain. Do you think *.cmx and *.o should be shipped? Is *.cmx enough? Regards Sylvain Le Gall ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin

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

2008-10-03 Thread Sylvain Le Gall
to MicroFocus COBOL). Or in our case, you can perform things like OCaml to JoCaml... Regards Sylvain Le Gall ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http://caml.inria.fr

[Caml-list] Re: Road to native windows OCaml...

2008-10-14 Thread Sylvain Le Gall
. OCaml 3.11 will ship a debugger for Win32 (mingw/msvc). Everything should be working except the replay part which depends on fork. I have worked on this, based on a patch provided few months ago by Dimitry Bely. All in all, I have reimplemented select for win32 pipe. Regards, Sylvain Le Gall

[Caml-list] Re: Re : Road to native windows OCaml...

2008-10-14 Thread Sylvain Le Gall
would still not recommend using it for various other reasons. Regards Sylvain Le Gall ___ 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

[Caml-list] Re: Road to native windows OCaml...

2008-10-15 Thread Sylvain Le Gall
it by hand and forcibly install it in cl directory. I think all (cl, ml and link) is also shipped in MS PSDK, especially for x64... Regards, Sylvain Le Gall ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman

[Caml-list] Re: Camelia progress

2008-10-17 Thread Sylvain Le Gall
will get more visibility to the OCaml community being hosted along other OCaml projects ? http://forge.ocamlcore.org You could then just made a redirection from camelia home webpage to OCamlCore forge. Regards, Sylvain Le Gall ___ Caml-list mailing list

[Caml-list] Re: Serialisation of PXP DTDs

2008-10-22 Thread Sylvain Le Gall
of use/ease of implement level ? Without this number, I think an OSP discussion is pointless. (but with this number at least on a small example, if your use case is not easy, I think an OSP discussion will be very interesting). Regards, Sylvain Le Gall

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

2008-10-24 Thread Sylvain Le Gall
of ocaml inside another project is the worse thing you can do. Regards, Sylvain Le Gall ___ 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

[Caml-list] Re: mlpcap

2008-10-24 Thread Sylvain Le Gall
/mlpcap_0.9.orig.tar.gz Regards, Sylvain Le Gall ___ 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

[Caml-list] Re: [ANN] camlish: a simple module for shell scripting in OCaml

2008-10-27 Thread Sylvain Le Gall
On 27-10-2008, Andre Nathan [EMAIL PROTECTED] wrote: On Mon, 2008-10-27 at 13:18 +, Sylvain Le Gall wrote: Why don't use forge.ocamlcore.org ? Good question :) I'll create a project there later today. FYI, you can ask also for a git repository there. Regards, Sylvain Le Gall

[Caml-list] Re: Ocaml back-end

2008-12-07 Thread Sylvain Le Gall
. This is highly probable that INRIA team doesn't accept it directly but ask you to justify/modify it in order to fit the whole compiler -- which could be quiet a long process in fact. http://caml.inria.fr/mantis/ Regards, Sylvain Le Gall ___ Caml-list

[Caml-list] Re: Ocaml back-end

2008-12-09 Thread Sylvain Le Gall
or provide it by any other mean. Regards Sylvain Le Gall ps: consider fecthing a copy of the CVS http://camlcvs.inria.fr/ ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http

[Caml-list] [ANN] OCaml Meeting 2009 in Grenoble -- subscription open

2008-12-19 Thread Sylvain Le Gall
You can also have a look at the other near-located event: http://jfla.inria.fr/2009 Regards, Sylvain Le Gall

[Caml-list] Re: camlp4 on Debian lenny

2008-12-21 Thread Sylvain Le Gall
On 20-12-2008, Oliver Bandel oli...@first.in-berlin.de wrote: Zitat von Sylvain Le Gall sylv...@le-gall.net: On 20-12-2008, Oliver Bandel oli...@first.in-berlin.de wrote: Zitat von Sylvain Le Gall sylv...@le-gall.net: On 20-12-2008, Oliver Bandel oli...@first.in-berlin.de wrote: Hello

[Caml-list] Re: camlp4 blog posts

2009-01-05 Thread Sylvain Le Gall
://ambassadortothecomputers.blogspot.com/ What about adding this blog to the planet: http://planet.ocamlcore.org/ Regards Sylvain Le Gall ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives

[Caml-list] [ANN] OCaml meeting 2009 -- 2 weeks before end of subscription

2009-01-12 Thread Sylvain Le Gall
/ocamlmeetinggrenoble2009 For people who need further information, you can contact either me or Alan Schmitt (see wiki.cocan.org for contact details). Hope to see a lot of you Regards Sylvain Le Gall on behalf of the OCaml Meeting organization team ___ Caml-list

[Caml-list] Re: memory usage

2009-01-12 Thread Sylvain Le Gall
170559 - 33528KB 187018 - 33664KB 71626 - 33592KB Sometimes live words drops down to 40.000. But RSS always stay near 30-50MB. To get real memory used, (Sys.word_size * live_word / 8). Do you use out-of-heap datastructure that can use memory ? (malloc-ed datastructure). Regards, Sylvain Le Gall

[Caml-list] Re: memory usage

2009-01-12 Thread Sylvain Le Gall
Do you use some kind of Thread.join ? Regards Sylvain Le Gall ___ 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

[Caml-list] Re: memory usage

2009-01-12 Thread Sylvain Le Gall
... Maybe all the data you are seeing come from this... I am not sure that Thread.join will free anything, but it will help you to be sure that your thread has exited correctly. Regards, Sylvain Le Gall ___ Caml-list mailing list. Subscription

[Caml-list] Re: What is a future of ocaml?

2009-01-14 Thread Sylvain Le Gall
year talk of Xavier Leroy, at OCaml Meeting 2009. http://wiki.cocan.org/events/europe/ocamlmeetinggrenoble2009 Regards, Sylvain Le Gall ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives

[Caml-list] [ANN] OCaml Meeting 2009 -- 5 days before end of subscription

2009-01-19 Thread Sylvain Le Gall
Schmitt (see wiki.cocan.org for contact details). If you know some people that have not yet subscribed, invite them to do it. Hope to see a lot of you Regards Sylvain Le Gall on behalf of the OCaml Meeting organization team ___ Caml-list mailing list

[Caml-list] [ANN] OCaml Meeting 2009 -- only 2 days to subscribe

2009-01-23 Thread Sylvain Le Gall
). Hope to see a lot of you Regards Sylvain Le Gall on behalf of the OCaml Meeting organization team ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http://caml.inria.fr Beginner's

[Caml-list] Re: Conditional compilation wrt OCaml version?

2009-01-26 Thread Sylvain Le Gall
hackery, etc. -- but first, we need to decide on which of these options we'll adopt. Any suggestion? There is optcomp: https://forge.ocamlcore.org/projects/optcomp/ http://darcs.ocamlcore.org/repos/optcomp/optcomp/README The example in README should talk to you directly. Regards, Sylvain Le

[Caml-list] [ANN] OCaml Meeting 2009 -- dinner, schedule for talks

2009-01-30 Thread Sylvain Le Gall
the wiki and make a last announcement on next Tuesday. Further information: http://wiki.cocan.org/events/europe/ocamlmeetinggrenoble2009 Regards, Sylvain Le Gall ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman

[Caml-list] Re: [ANN] OCaml Meeting 2009 -- dinner, schedule for talks

2009-01-30 Thread Sylvain Le Gall
-Transfer-Encoding: 7bit This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --Apple-Mail-6--532109607 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit On 30 janv. 09, at 14:46, Sylvain Le Gall wrote: We need to know how many people are coming

[Caml-list] Re: [ANN] OCaml Meeting 2009 -- dinner, schedule for talks

2009-01-30 Thread Sylvain Le Gall
realize that this is not clear. But you catch the meaning of it. So lets make it official: We need to know on Monday how many people are coming to the dinner (on Tuesday) to book the restaurant. Regards Sylvain Le Gall ___ Caml-list mailing list

[Caml-list] [ANN] OCaml Meeting 2009 -- meeting point, dinner and schedule

2009-02-02 Thread Sylvain Le Gall
, Sylvain Le Gall on behalf of OCaml Meeting organization team ___ 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

[Caml-list] Re: [ANN] OCaml Batteries Included, alpha 3

2009-02-07 Thread Sylvain Le Gall
ocaml itself is still complicated on Windows (but not that much once you know how to do it), but I don't think you can easily address this problem in any way. So: what need to be improved? Regards Sylvain Le Gall ps: I have no data concerning MacOS, FreeBSD and other

[Caml-list] Re: [ANN] OCaml Batteries Included, alpha 3

2009-02-07 Thread Sylvain Le Gall
On 07-02-2009, Jon Harrop j...@ffconsultancy.com wrote: On Saturday 07 February 2009 14:43:49 Sylvain Le Gall wrote: Hello, On 07-02-2009, Mikkel Fahnøe Jørgensen mik...@dvide.com wrote: So in conclusion, Batteries is a very important contribution but we must also improve on the tool

[Caml-list] Re: Threads performance issue.

2009-02-16 Thread Sylvain Le Gall
, Sylvain Le Gall ___ 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-list] Re: ocaml ast to machine at runtime

2009-03-05 Thread Sylvain Le Gall
with LLVM. So you can write the entire generator in OCaml... Regards, Sylvain Le Gall ___ 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

[Caml-list] Re: HLVM is now garbage collected!

2009-03-08 Thread Sylvain Le Gall
a more central point for OCaml projects, giving visibility to OCaml community Regards, Sylvain Le Gall ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http://caml.inria.fr Beginner's

[Caml-list] Re: ocamlfind ocamlopt.opt?

2009-03-17 Thread Sylvain Le Gall
=ocamldep.opt ocamldoc=ocamldoc.opt I think you can also directly fix it through /etc/ocamlfind.conf or any other configuration file installed by ocamlfind. Regards Sylvain Le Gall ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin

[Caml-list] Re: arm backend

2009-04-30 Thread Sylvain Le Gall
on some modes you can have hard/soft/semi-soft... floating point computation). I don't know the status and Xavier Leroy will explain you better the issue. AFAIK, he is interested in making ocamlopt backend work on NSLU2... Regards Sylvain Le Gall ___ Caml

[Caml-list] Re: Sys.command and quotes

2009-05-05 Thread Sylvain Le Gall
it will be reported as an error. I think it is not directly related to OCaml. Maybe, I am not totaly right with my conclusion, but I can give you a simple tips: Use Unix.create_process et al that take array as arguments. It always use the good quoting. Regards Sylvain Le Gall

[Caml-list] Re: memory profiling

2009-05-05 Thread Sylvain Le Gall
size, but only in the toplevel): GC allocation rate. You can override a little ocaml-benchmark to measure the allocation rate of the GC. This gives you a pretty good understanding on the fact you are allocating too much or not. Regards, Sylvain Le Gall ps: here is a part of my benchmarkExt.ml

[Caml-list] Re: Ocamlopt code generator question

2009-05-05 Thread Sylvain Le Gall
. But again, having better floating point performance (and predictable behaviour, compared to the bytecode version) would be a big plus for some applications. Indeed. Regards Sylvain Le Gall ___ Caml-list mailing list. Subscription management: http

[Caml-list] Re: Ocamlopt x86-32 and SSE2

2009-05-12 Thread Sylvain Le Gall
On 12-05-2009, Xavier Leroy xavier.le...@inria.fr wrote: Sylvain Le Gall: If INRIA choose to switch to SSE2 there should be at least still a way to compile on older architecture. Doesn't mean that INRIA need to keep the old code generator, but should provide a simple emulation

[Caml-list] Re: Ocamlopt x86-32 and SSE2

2009-05-25 Thread Sylvain Le Gall
On 12-05-2009, Sylvain Le Gall sylv...@le-gall.net wrote: On 12-05-2009, Xavier Leroy xavier.le...@inria.fr wrote: Sylvain Le Gall: To finish: I'm still very interested in hearing from packagers. Does Debian, for example, already have some packages that are SSE2-only? Are these packages

[Caml-list] Re: The state of ML: multi-threaded, saved state and support platforms

2009-06-11 Thread Sylvain Le Gall
of training). This is mostly a place where company can provide financial support to the INRIA team developing the language and in exchange receive special licensing option for OCaml. Regards, Sylvain Le Gall ___ Caml-list mailing list. Subscription

[Caml-list] Re: project management tool

2009-06-14 Thread Sylvain Le Gall
the ocamlcore.org team will agree on this. Regards Sylvain Le Gall ___ 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

[Caml-list] Re: Inflection lib for ocaml ?

2009-06-19 Thread Sylvain Le Gall
-gall.net/sylvain+violaine/ocaml-gettext.html Regards, Sylvain Le Gall ___ 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

[Caml-list] Re: Mastering the garbage collector

2009-06-25 Thread Sylvain Le Gall
to do a Gc.compact to size down. A full_major will collect but I am not sure it will free allocated page. Regards, Sylvain Le Gall ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http

[Caml-list] Re: ocamllex and python-style indentation

2009-07-01 Thread Sylvain Le Gall
comment } | (* { lexNestComment lexbuf } | *) { () } | _{ lexNestComment lexbuf } - I think it works the same way, except that it uses less global variables. Regards, Sylvain Le Gall

[Caml-list] Re: ocamllex and python-style indentation

2009-07-01 Thread Sylvain Le Gall
On 01-07-2009, Andreas Rossberg rossb...@mpi-sws.org wrote: Sylvain Le Gall wrote: May I recommend you to write this in a more simple way: - rule lex = parse eof{ () } | (* { start := pos lexbuf

[Caml-list] Re: windows, threads and sockets

2009-08-07 Thread Sylvain Le Gall
, Sylvain Le Gall ___ 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

[Caml-list] Re: windows, threads and sockets

2009-08-07 Thread Sylvain Le Gall
Hello, On 07-08-2009, Christoph Bauer christoph.ba...@lmsintl.com wrote: Any ideas? I can't tell you explicitly why it has failed, but Unix.select was completely rewritten for OCaml 3.11.0 based on a big contribution from Sylvain Le Gall (see otherlibs/win32unix/select.c

[Caml-list] Re: windows, threads and sockets

2009-08-07 Thread Sylvain Le Gall
another bug (less important) since we cannot use -vmthreads, Unix.select and pipes on windows. Regards, Sylvain Le Gall ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http

[Caml-list] Re: ocaml sefault in bytecode: unanswered questions

2009-08-08 Thread Sylvain Le Gall
code base from these dirty uses of references) Could you provide a minimal example code for this error ? I don't think this should generate a segfault. Regards Sylvain Le Gall ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr

[Caml-list] Re: ocaml sefault in bytecode: unanswered questions

2009-08-08 Thread Sylvain Le Gall
to a, the reference to a is not used so it can be collected by the GC if there is no more reference to it. I think the GC CAN collect the unreferenced myref pointers before the end of the List.iter... Regards Sylvain Le Gall ___ Caml-list mailing list

[Caml-list] Re: Why don't you use batteries?

2009-09-03 Thread Sylvain Le Gall
it is a great thing to have it. Regards, Sylvain Le Gall ___ 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

[Caml-list] Re: probability of some events

2009-09-09 Thread Sylvain Le Gall
concern is stability of language, OCaml seems a good choice. Regards, Sylvain Le Gall ___ 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

[Caml-list] [ANN] ocaml-fileutils v0.4.0

2009-09-09 Thread Sylvain Le Gall
to standard POSIX commands. Link: http://le-gall.net/sylvain+violaine/ocaml-fileutils.html Regards Sylvain Le Gall ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http://caml.inria.fr

[Caml-list] Re: [ANN] ocaml-fileutils v0.4.0

2009-09-10 Thread Sylvain Le Gall
this into Batteries? We have talked about it, with David Teller, some months ago. I will ask him if he want it inside Batteries and if this is the case, I will do anything require to make its work easier. Regards Sylvain Le Gall On Wed, Sep 9, 2009 at 8:54 PM, Sylvain Le Gall gil...@ocamlcore.orgwrote: Hello

[Caml-list] Re: automake and ocaml

2009-09-21 Thread Sylvain Le Gall
project. I am REALLY planning to work on it quite soon to have something released. Please give me time... Regards, Sylvain Le Gall -- ocaml-autobuild dev. ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman

[Caml-list] Re: automake and ocaml

2009-09-21 Thread Sylvain Le Gall
://darcs.ocamlcore.org/cgi-bin/darcsweb.cgi?r=ocaml-autobuild;a=summary Regards, Sylvain Le Gall ___ 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

[Caml-list] Re: HLVM?

2009-09-26 Thread Sylvain Le Gall
code of HLVM from here: http://hlvm.forge.ocamlcore.org There is some source code that compiles and allows to run something (I have not tested myself). However, it won't give you any information about scientific computing and HLVM... Regards, Sylvain Le Gall

[Caml-list] OCaml Meeting 2010 poll open

2009-10-21 Thread Sylvain Le Gall
want: https://forge.ocamlcore.org/survey/survey.php?group_id=77survey_id=1 You need to login to answer the poll. It will remain open for a week (ending Wednesday 28th October). It will help us to choose the best date for the the meeting. Sylvain Le Gall on behalf of OCaml Meeting 2010 organization

[Caml-list] OCaml Meeting 2010 2nd call to answer the poll

2009-10-25 Thread Sylvain Le Gall
option that can meet everyone needs. This is the best way to make OCaml Meeting 2010 a great events. Sylvain Le Gall on behalf of OCaml Meeting 2010 organization team. ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin

[Caml-list] OCaml Meeting 2010 3rd and last call to answer the poll

2009-10-27 Thread Sylvain Le Gall
;-) Sylvain Le Gall on behalf of OCaml Meeting 2010 organization team. ___ 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

[Caml-list] Re: How to read different ints from a Bigarray?

2009-10-28 Thread Sylvain Le Gall
; t.idx - 0 ); t.buffer.(t.idx) - c; t.idx - t.idx + 1 let append_little_uint16 t i = append_char t ((i lsr 8) land 0xFF); append_char t ((i lsr 0) land 0xFF) I have used this kind of technique and it seems as fast as C, and a lot less C coding. Regards, Sylvain Le Gall

[Caml-list] Re: How to read different ints from a Bigarray?

2009-10-28 Thread Sylvain Le Gall
On 28-10-2009, Goswin von Brederlow goswin-...@web.de wrote: Sylvain Le Gall sylv...@le-gall.net writes: Hello, On 28-10-2009, Goswin von Brederlow goswin-...@web.de wrote: Hi, Well, we talk about this a little bit, but here is my opinion: - calling a C function to add a single int

[Caml-list] Re: How to read different ints from a Bigarray?

2009-10-28 Thread Sylvain Le Gall
a 64bits bigarray on a 32bits arch result in a C call, but otherwise it's handled by the compiler. Indeed I just test and you are right. I must have experienced this behavior with int64 or something like this. Regards, Sylvain Le Gall ___ Caml-list

[Caml-list] Re: How to read different ints from a Bigarray?

2009-10-28 Thread Sylvain Le Gall
On 28-10-2009, Goswin von Brederlow goswin-...@web.de wrote: Sylvain Le Gall sylv...@le-gall.net writes: On 28-10-2009, Goswin von Brederlow goswin-...@web.de wrote: Sylvain Le Gall sylv...@le-gall.net writes: On 28-10-2009, Goswin von Brederlow goswin-...@web.de wrote: Sylvain Le Gall sylv

[Caml-list] [ANN] ocaml-gettext v0.3.3

2009-11-01 Thread Sylvain Le Gall
-gettext-0.3.3.tar.gz Regards Sylvain Le Gall ___ 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

[Caml-list] Re: Looking for information regarding use of OCaml in scientific computing and simulation

2009-11-25 Thread Sylvain Le Gall
in scientific computing or simulation, typically for advocacy like it takes 10 lines in OCaml to do this, you would use 50 lines in C++ to do the same thing; Maybe OCaml for Scientist from Jon Harrop can be a good start. There some examples at the end that can help you (with code). Regards, Sylvain Le

[Caml-list] Re: Simple ocamlbuild example for C stubs?

2009-11-28 Thread Sylvain Le Gall
give more details/actual layout of your myocamlbuild.ml ? Regards, Sylvain Le Gall ___ 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

[Caml-list] Re: What is CPAN? (was: Re: Hoogle for Ocaml)

2009-12-03 Thread Sylvain Le Gall
it (ssh.ocamlcore.org has rsync installed). Everything is ready on *.ocamlcore.org, we just need some volunteer to do the work. Regards, Sylvain Le Gall ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list

[Caml-list] Re: OCaml is broken

2009-12-19 Thread Sylvain Le Gall
On 19-12-2009, Erik Rigtorp e...@rigtorp.com wrote: Please fix OCaml! The first step would be to support multiple runtimes running in the same process communicating using message queues. You should take a look at: http://jocaml.inria.fr/ Regards, Sylvain Le Gall

[Caml-list] Re: OCaml is broken

2009-12-21 Thread Sylvain Le Gall
using multi-processes as fast as other commercial programs that do the same thing. In particular, it runs faster than another well-known program written in C, using threads on Windows and on Linux. Regards, Sylvain Le Gall ___ Caml-list mailing list

[Caml-list] Re: general question, was Re: OCaml is broken

2010-01-03 Thread Sylvain Le Gall
with OCaml without encounting these problems. For the topic you describe, OCaml is a good choice. Regards, Sylvain Le Gall ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http

[Caml-list] [ANN] OCaml Meeting 2010 in Paris

2010-01-14 Thread Sylvain Le Gall
. Hope to see a lot of you Regards Sylvain Le Gall on behalf of the OCaml Meeting organization team. ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http://caml.inria.fr Beginner's

[Caml-list] Re: Bytecode run on AIX - unknown C primitive error

2010-01-20 Thread Sylvain Le Gall
why ocamlopt cannot be built ? Regards Sylvain Le Gall Christoph Bauer From: caml-list-boun...@yquem.inria.fr [mailto:caml-list-boun...@yquem.inria.fr] On Behalf Of Dawid Toton Sent: Tuesday, January 19, 2010 9:32 PM To: caml-list@yquem.inria.fr Subject: [Caml-list] Bytecode run on AIX

[Caml-list] Re: ExtLib/Camomile UTF8

2010-01-26 Thread Sylvain Le Gall
in Debian: we cannot easily access download section. Regards, Sylvain Le Gall ___ 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

[Caml-list] Re: debugging memory leaks

2010-02-02 Thread Sylvain Le Gall
or google code. Thanks, You could consider, putting your code on http://forge.ocamlcore.org This is probably the place where it will have the best visibility for other OCaml developers. Regards Sylvain Le Gall ___ Caml-list mailing list. Subscription

[Caml-list] Re: Being aware of memory overuse

2010-02-10 Thread Sylvain Le Gall
future. Regards, Sylvain Le Gall ___ 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-list] [ANN] OCaml Meeting 2010 in Paris, 2nd call

2010-02-15 Thread Sylvain Le Gall
Regards Sylvain Le Gall on behalf of the OCaml Meeting organization team. ___ 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

[Caml-list] Re: OCaml/C variant representation

2010-02-28 Thread Sylvain Le Gall
On 28-02-2010, Jianzhou Zhao jianz...@seas.upenn.edu wrote: On Wed, Feb 24, 2010 at 11:42 AM, Sylvain Le Gall sylv...@le-gall.net wrote: On 24-02-2010, Jean Yang jeany...@csail.mit.edu wrote: Please have a look at: http://caml.inria.fr/mantis/view.php?id=4803 This section is misleading. You

[Caml-list] Re: [newbie] miscellaneous on installation and web site

2010-03-01 Thread Sylvain Le Gall
: participate to various OCaml projects or create your own Regards, Sylvain Le Gall ___ 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

[Caml-list] Re: [newbie] miscellaneous on installation and web site

2010-03-01 Thread Sylvain Le Gall
Debian/Ubuntu people working on the packaging (not the library). But even if there has been no release for a while, it doesn't mean that it is orphaned or unmaintained... Try it to see if it is working. Regards, Sylvain Le Gall ___ Caml-list mailing list

[Caml-list] Re: gc overhead

2010-03-02 Thread Sylvain Le Gall
. I think that with a little a little help on program side, you can be quite precise about GC without using gprof at all. This should also be more lightweight than gprof. Regards, Sylvain Le Gall ___ Caml-list mailing list. Subscription management: http

[Caml-list] Re: gc overhead

2010-03-03 Thread Sylvain Le Gall
Hello, On 03-03-2010, Edgar Friendly thelema...@gmail.com wrote: On 03/02/2010 06:09 PM, Warren Harris wrote: On Mar 2, 2010, at 2:03 PM, Sylvain Le Gall wrote: You can have a look at: http://ocamlviz.forge.ocamlcore.org Thanks! This looks very promising. I'll give it a try. Overall

[Caml-list] [ANN] OCaml Meeting 2010, 3 weeks before end of subscription

2010-03-10 Thread Sylvain Le Gall
to any groups that can be interested in (Haskell user group, CUFP mailing list...) For people who need further information, you can contact me (see wiki.cocan.org for contact details). Hope to see a lot of you Regards Sylvain Le Gall on behalf of the OCaml Meeting organization team

[Caml-list] Re: Shared memory parallel application: kernel threads

2010-03-12 Thread Sylvain Le Gall
MPI can work on a single computer to take advantage of multi-core through multi-processus. Regards, Sylvain Le Gall ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http://caml.inria.fr

[Caml-list] [ANN] OCaml Meeting 2010, end of subscription is on next friday

2010-03-30 Thread Sylvain Le Gall
in (Haskell user group, CUFP mailing list...) For people who need further information, you can contact me (see wiki.cocan.org for contact details). Hope to see a lot of you Regards Sylvain Le Gall on behalf of the OCaml Meeting organization team

[Caml-list] [ANN] OCaml Meeting 2010, final notice

2010-04-01 Thread Sylvain Le Gall
OCaml Meeting, an OCaml hacking day will take place: Further information and inscriptions: http://wiki.cocan.org/events/europe/ocamlhackingdayparis2010 The subscription will be closed at midnight, Paris time. Regards, Sylvain Le Gall on behalf of the OCaml Meeting organization team

[Caml-list] [ANN] OASIS 0.1.0, ocamlify 0.0.1 and ocaml-data-notation 0.0.1

2010-04-08 Thread Sylvain Le Gall
. It uses type-conv to create data dumper functions, you just have to add with odn in the type definition. There is no load scheme, since it is used to dump datastructure into OCaml scripts. It is mainly a code generator helper. Regards, Sylvain Le Gall

[Caml-list] Re: Building ocaml on Win32 using VS 2008

2010-04-14 Thread Sylvain Le Gall
the same toolchain as VS 2008. And note that despite its name, the SDK is not related to Win7 at all: it works for older of Windows as well. Regards, Sylvain Le Gall ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin

[Caml-list] Re: Inspect libary

2010-04-15 Thread Sylvain Le Gall
will be recognized. http://www.cacert.org/index.php?id=3 This is done by default on Debian for example. Regards, Sylvain Le Gall ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http

  1   2   >