Re: [Caml-list] ocaml-tutorial.org is down

2010-12-19 Thread oliver
exim scare I thought it wise to rebuild that machine. [...] Hmhhh what exim scare? An exploit? Why not just updateing the machine, or if no updates are available, just eremove exim?! Ciao, Oliver P.S.: No mirror available? ___ Caml-list mailing

Re: [Caml-list] Tips to find the cause of a seg fault

2010-12-01 Thread oliver
another X11-driver... Ciao, Oliver ___ 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

Re: [Caml-list] Tips to find the cause of a seg fault

2010-12-01 Thread oliver
, Oliver ___ 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

Re: Threading and SharedMem (Re: [Caml-list] Re: Is OCaml fast?)

2010-11-30 Thread oliver
On Tue, Nov 30, 2010 at 09:10:36AM +0100, Stephan Houben wrote: On 11/29/2010 04:33 PM, Oliver Bandel wrote: Zitat von Gerd Stolpmann i...@gerd-stolpmann.de: Am Montag, den 29.11.2010, 17:12 +0100 schrieb Oliver Bandel: Zitat von Gerd Stolpmann i...@gerd-stolpmann.de: You use shared mem

Re: Threading and SharedMem (Re: [Caml-list] Re: Is OCaml fast?)

2010-11-30 Thread oliver
because it is not supported on Windows. ;-) Ciao, Oliver ___ 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: Threading and SharedMem (Re: [Caml-list] Re: Is OCaml fast?)

2010-11-30 Thread oliver
, but always a child of a common master process. [...] So, you ask for new sisters and brothers ...and the parent can be slim. Ciao, Oliver ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list

Re: [Caml-list] Re: Is OCaml fast?

2010-11-29 Thread oliver
possible solution would you recommend? Changing the value of the minor heap size at runtime ... There is no pb with this ... Ciao, Oliver ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin

Threading and SharedMem (Re: [Caml-list] Re: Is OCaml fast?)

2010-11-29 Thread Oliver Bandel
, and I see no *.c there. How can this be done? At least not via the libs that are shipped with OCaml?! I would have expected some *.c for the shared mem part and the creation of Caml-values Ciao, Oliver P.S.: OCaml also provides a Thread-Lib, which seems to use pthread-lib

Re: Threading and SharedMem (Re: [Caml-list] Re: Is OCaml fast?)

2010-11-29 Thread Oliver Bandel
Zitat von Gerd Stolpmann i...@gerd-stolpmann.de: Am Montag, den 29.11.2010, 17:12 +0100 schrieb Oliver Bandel: Zitat von Gerd Stolpmann i...@gerd-stolpmann.de: Am Sonntag, den 28.11.2010, 19:14 +0100 schrieb oli...@first.in-berlin.de: On Thu, Nov 25, 2010 at 11:50:58PM +0100, Fabrice Le

Re: [Caml-list] Re: Is OCaml fast?

2010-11-28 Thread oliver
, Oliver ___ 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-bugs

Re: [Caml-list] Re: Is OCaml fast?

2010-11-28 Thread oliver
? What possible solution would you recommend? Ciao, Oliver ___ 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] Is OCaml fast?

2010-11-23 Thread oliver
it being a nice toy language. AFAIK in the past, functional langauges were not adapted, because they were very unperformant - at least this is one reason. Another reason might be, that the available functional languages in the past were overloaded with parenthess ;) Ciao, Oliver

Re: [Caml-list] Re: Is OCaml fast?

2010-11-23 Thread oliver
Bagley website. By August 2008 none of those old Doug Bagley tasks were measured for the current benchmarks game. So, now the comparisions are perfect? What problems were removed? Ciao, Oliver ___ Caml-list mailing list. Subscription

Re: [Caml-list] Is OCaml fast?

2010-11-22 Thread Oliver Bandel
some other languages for your job, learn them first, and learn OCaml after this, for your pleasure. But you may never have fun at work then, until your boss allows you to use OCaml. And this is not a joke, I mean it as I wrote it! Ciao, Oliver

Re: [Caml-list] Is OCaml fast?

2010-11-22 Thread Oliver Bandel
much possibilities to influence the results, that blocking Gc-module is idiotic, IMHO. Ciao, Oliver P.S.: I looked at one of the C-makefiles: usr/bin/gcc -pipe -Wall -O3 -fomit-frame-pointer -march=native -fopenmp -D_FILE_OFFSET_BITS=64 -I/usr/include/apr-1.0 -lapr-1 -lgomp binarytrees.gcc-7

Re: [Caml-list] Is OCaml fast?

2010-11-22 Thread Oliver Bandel
in this repect, but I also would think higher level languages might be a better choice here. Any comparisions on that scale of programming, which you know of? Then please throw in a link here. Thanks. Ciao, Oliver ___ Caml-list mailing list. Subscription

Re: [Caml-list] Causes for segfaults

2010-11-05 Thread oliver
and this yielded a crash. Then I decided to never again use this module and also asked to remove such unsafe technics/modules from the standard lib, but as you can see, it was not removed. Should be an external add-on, or better, made safe. Ciao, Oliver

Re: [Caml-list] Asynchronous IO programming in OCaml

2010-10-24 Thread oliver
). [...] Can you recommend papers on monadic programming? Or how did you mastered it? Ciao, Oliver ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http://caml.inria.fr Beginner's list

Re: [Caml-list] Asynchronous IO programming in OCaml

2010-10-24 Thread oliver
-land), where I last time stopped climbing that mountain and turned to OCaml. ;) Recently, some well-publicised Haskell books targeted at beginners have come out [1,2]. Thanks for the hint. Ciao, Oliver ___ Caml-list mailing list. Subscription

Re: [Caml-list] Code-execution (evaluation) time

2010-10-22 Thread oliver
Hello David, hello Mark, thanks for your answers. In detail: thanks to Mark for the refresher and thanks to David for the enhancer. :) Ciao, Oliver ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman

Re: [Caml-list] Code-execution (evaluation) time

2010-10-22 Thread oliver
Hello David, hello Mark, thanks for your answers. In detail: thanks to Mark for the refresher and thanks to David for the enhancer. :) Ciao, Oliver ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman

[Caml-list] Typesystem and Parsers

2010-10-22 Thread Oliver Bandel
, which way to go also is, that at the moment it's an interpreter, but maybe lkater I want to make it createing in-between-code maybe even optimizing. So, can you please elaborate on advantages and disadvantages, when to use which way? Ciao, Oliver P.S.: Writing a compiler I also have in mind

Re: [Caml-list] Typesystem and Parsers

2010-10-22 Thread Oliver Bandel
Zitat von Oliver Bandel oli...@first.in-berlin.de: Hello, when reading papers or books on parsing techniques, the parsing often is done in different distinctive steps, where type checking and semantic checks are done after the parse tree is build up. This may be the classical way, for example

Re: [Caml-list] OPLP: Ocaml APache Log Parser

2010-10-22 Thread oliver
://www.first.in-berlin.de/software/tools/apalogretrieve/ Ciao, Oliver ___ 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] Typesystem and Parsers

2010-10-22 Thread oliver
On Fri, Oct 22, 2010 at 04:43:46PM -0700, Norman Hardy wrote: On 2010 Oct 22, at 7:59 , Oliver Bandel wrote: Also with arranging a parser (e.g. with ocamlyacc) both ways can be walked along, either by just accepting everything and build up the tree, and later detect erros in syntax

[Caml-list] Code-execution (evaluation) time

2010-10-19 Thread Oliver Bandel
(!) during the last years... just some snippets of OCaml in that time.) Ciao, Oliver P.S.: After coming back to OCaml (what I do mostly in privat projects, at work it's very unlikely to have the possibility) I'm again even more convinced that it is the best language for most problems

[Caml-list] my own exceptions from ocamlyacc?

2010-10-11 Thread oliver
to change the mli file every time I recompiled... Ciao, Oliver ___ 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] my own exceptions from ocamlyacc?

2010-10-11 Thread oliver
like that I also had in mind, but I would like to circumvent this, if possible. Ciao, Oliver ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http://caml.inria.fr Beginner's list

Re: [Caml-list] my own exceptions from ocamlyacc?

2010-10-11 Thread oliver
for the hint. Ciao, Oliver ___ 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

Re: [Caml-list] OPLP: Ocaml APache Log Parser

2010-10-11 Thread oliver
format. So it would make sense (I didn't do that) to parse the apache config files, and create a logparser from that information... Do you have planned to do this, or do you want to stick with some of the most used formats? Ciao, Oliver ___ Caml-list

Re: [Caml-list] Distinguish between osx and linux programmatically

2010-07-08 Thread oliver
on Windows with MinGW or Cygwin? IMHO using uname(1) is fine. Ciao, Oliver ___ 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

Re: [Caml-list] Distinguish between osx and linux programmatically

2010-07-08 Thread oliver
... I would assume the call of uname a thing that will be done once at startup of the program. For many syscalls I think it makes sense to have them in the stdlib, but this one is not the one, where I think it's really urgent to have it. Ciao, Oliver

[Caml-list] Mbox-Readers

2010-05-11 Thread oliver
Pcre might not match my needs here? Ciao, Oliver P.S.: And: what kind of License would make sense? LGPL3? ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http://caml.inria.fr

[Caml-list] SNMP with OCaml?

2010-04-30 Thread Oliver Bandel
Hello, is there an SNMP-binding for OCaml? Someone out there who want's to implement it? Florent? ;-) Ciao, Oliver ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http

[Caml-list] SHA1 = stdlib ?!

2010-04-24 Thread Oliver Bandel
Hello, is it planned, to also include SHA1-Hash into stdlib? Ciao, Oliver ___ 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

Re: [Caml-list] Re: SHA1 = stdlib ?!

2010-04-24 Thread Oliver Bandel
Zitat von Sylvain Le Gall sylv...@le-gall.net: Hello, On 24-04-2010, Oliver Bandel oli...@first.in-berlin.de wrote: is it planned, to also include SHA1-Hash into stdlib? What is the advantage of having SHA-1 in stdlib rather than in cryptokit for example? [...] What is cryptokit? Ciao

Re: [Caml-list] SHA1 = stdlib ?!

2010-04-24 Thread Oliver Bandel
Zitat von Eric Cooper e...@cmu.edu: On Sat, Apr 24, 2010 at 02:27:47PM +0200, Oliver Bandel wrote: is it planned, to also include SHA1-Hash into stdlib? I don't know about stdlib, but the ocaml-sha library (http://tab.snarc.org/projects/ocaml_sha/) provides Sha1 (and 256 and 512) modules

Re: [Caml-list] Re: SHA1 = stdlib ?!

2010-04-24 Thread Oliver Bandel
Zitat von Grant Olson k...@grant-olson.net: On 4/24/2010 10:28 AM, Oliver Bandel wrote: What is cryptokit? A library with a bunch of cryptographic primitives, including SHA hashes... https://forge.ocamlcore.org/projects/cryptokit/ thanks

Re: [Caml-list] Re: SHA1 = stdlib ?!

2010-04-24 Thread Oliver Bandel
Zitat von Sylvain Le Gall sylv...@le-gall.net: On 24-04-2010, Oliver Bandel oli...@first.in-berlin.de wrote: Zitat von Grant Olson k...@grant-olson.net: On 4/24/2010 10:28 AM, Oliver Bandel wrote: What is cryptokit? A library with a bunch of cryptographic primitives, including SHA

[Caml-list] ocamlcore.org not available

2010-04-24 Thread Oliver Bandel
Hello, the pages http://ocamlunix.forge.ocamlcore.org/ are not reachable. Seems to be a DNS problem. And DNS and Whois have different entries... Ciao, Oliver ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin

[Caml-list] ocamlnet ( Http_client and other stuff )

2010-04-18 Thread Oliver Bandel
Netstring_pcre for web stuff? Ciao, Oliver ___ 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] Parsing with two scanners(ources) as input (?)

2010-04-13 Thread Oliver Bandel
to do it? Oliver ___ 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] Ocaml-Pcre Documentation?

2010-04-08 Thread Oliver Bandel
Hello, where can I find the documenatation to pcre-ocaml? Some pages seem to be out dated. Where can I find the docs? Ciao, Oliver ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list

Re: [Caml-list] [ANN] The course on Unix System programming in OCaml is translated

2010-04-05 Thread Oliver Bandel
: The next paper, that I wish to find, would be a detailed document on the OCaml - C-Interface. Some things are not 100% clear to me, so if Xavier Leroy and Didier Rémy are looking for something they could elaborate on, I would absolutely prefer that topic! Ciao, Oliver

Re: [Caml-list] Scilab: Why not written in OCaml?

2009-09-19 Thread Oliver Bandel
above is from the bigloo-documentation that I just now downloaded to assure the point has not changed during the last years. Just kidding, [...] oh, I saw this too late;-) Ciao, Oliver ___ Caml-list mailing list. Subscription management

Re: [Caml-list] Scilab: Why not written in OCaml?

2009-09-19 Thread Oliver Bandel
an institute the INRIA is : http://www.inria.fr/inria/enbref.en.html On the contrary, the bigger INRIA is the more valuable it would be for them to eat their own dog food. [...] ...yes, it's like MickeySoft running Linux- and BSD-servers... :-) ( they really do ) Ciao, Oliver

[Caml-list] [OT]: Petition against Softwarepatents

2009-04-07 Thread Oliver Bandel
Hello, there is a petition against softwarepatents in europe. Please sign the petition and spread the word! http://www.stopsoftwarepatents.eu/ Ciao, Oliver Bandel ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr

[Caml-list] OCaml-bindings for libmodbus?

2009-04-03 Thread Oliver Bandel
Hello, I'm looking for an OCaml-binding (library) for the libmodbus: https://launchpad.net/libmodbus Does someone here know, if there is such a lib? Ciao, Oliver ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi

Re: [Caml-list] when OO is wrong

2009-03-31 Thread Oliver Bandel
://users.bigpond.net.au/d.keenan/Lambda/index.htm Ciao, Oliver ___ 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: On the benefits of OO, Was: [Caml-list] C++/C# inheritance is bad?

2009-01-17 Thread Oliver Bandel
not better. Using that techinques that help, and not those, that are hype, will make code better. Ciao, Oliver ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http://caml.inria.fr

Re: [Caml-list] Re: camlp4 on Debian lenny

2008-12-21 Thread Oliver Bandel
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: Zitat von Sylvain Le Gall sylv...@le-gall.net: On 20-12-2008

Re: [Caml-list] Re: camlp4 on Debian lenny

2008-12-21 Thread Oliver Bandel
Zitat von Richard Jones r...@annexia.org: On Sun, Dec 21, 2008 at 02:56:27PM +0100, Oliver Bandel wrote: But in the case of camlp4 it looks like the bazaar. The regularity of the cathedral, as harsh as crisp as OCaml's type system I miss in the case of Camlp4. :( OCaml 3.09OCaml

[Caml-list] camlp4 on Debian lenny

2008-12-20 Thread Oliver Bandel
to work with this tools? Do I have to install more packages on Debian, to get this functionality without using symlinks? I have installed the packages camlp4, camlp4-extra and camlp5. Any idea on how to fix the problem (by using official administration tools)? Ciao, Oliver

Re: [Caml-list] Re: camlp4 on Debian lenny

2008-12-20 Thread Oliver Bandel
Zitat von Sylvain Le Gall sylv...@le-gall.net: On 20-12-2008, Oliver Bandel oli...@first.in-berlin.de wrote: Hello, What is with camlp5 and camlp4? Will camlp5 replace camlp4? Will it afterwards be renamed to camlp4? (This is, what I remember, but I'm not sure on it.) When

Re: [Caml-list] camlp4 on Debian lenny

2008-12-20 Thread Oliver Bandel
Hi, ok, thank you (and the others) for the fast response. So I will explore this tool now. Fine that all is fine. :) Ciao, Oliver ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list

Re: Re : [Caml-list] Re: camlp4 on Debian lenny

2008-12-20 Thread Oliver Bandel
as introductional texts like tutorials... Ciao, Oliver ___ 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] More cores

2008-12-19 Thread Oliver Bandel
://camlp3l.inria.fr/eng.htm (To mention this by me also is recurrent, as the thread we are in...) Ciao, Oliver P.S.: During the last multicore discussion, I found that link, but had not tried OCamlp3l. Now I think I will have more time and motivation and it could be compiled

Re: [Caml-list] Translating the unix course

2008-11-09 Thread Oliver Bandel
Hello, Zitat von Daniel Bünzli [EMAIL PROTECTED]: By the way each time I need to use the unix module my failing knowledge of system programming [...] Best ressource on Unix-Programming: APUE http://www.kohala.com/start/apue.html Ciao, Oliver

Re: [Caml-list] thousands of CPU cores

2008-07-11 Thread Oliver Bandel
around the whole planet. Threads will not help there ;-) Ciao, Oliver ___ 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

Re: [Caml-list] thousands of CPU cores

2008-07-10 Thread Oliver Bandel
, but following this link, I could not found details on your comparison. Could please send the correct link, where you showed details? And a question to the message passing: which message passing technique from Ocaml did you use? Ciao, Oliver

Re: [Caml-list] thousands of CPU cores

2008-07-10 Thread Oliver Bandel
Hello Jon, Zitat von Oliver Bandel [EMAIL PROTECTED]: [...] And a question to the message passing: which message passing technique from Ocaml did you use? [...] Oh, sorry, I read your mail again and saw that you talked about Richards OCaml implementation. I googled for some keyords

[Caml-list] location of HDCaml

2008-06-03 Thread Oliver Bandel
Hello, I lokked for HDCaml. In the Hump there is mentioned a website, which seems to have nothing to do with OCaml. Possibly the owner of the domain has changed... ...but where is HDCaml now? Someone who has a new link? And if so: could it also be updated in the Hump, please? TIA, Oliver