From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id WAA11129; Wed, 24 Jul 2002 22:03:46 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id WAA11014 for ; Wed, 24 Jul 2002 22:03:45 +0200 (MET DST) Received: from dewberry.cc.columbia.edu (dewberry.cc.columbia.edu [128.59.59.68]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g6OK3iH21708 for ; Wed, 24 Jul 2002 22:03:44 +0200 (MET DST) Received: from there (tw304h3.cpmc.columbia.edu [156.111.84.180]) by dewberry.cc.columbia.edu (8.9.3/8.9.3) with SMTP id QAA21209; Wed, 24 Jul 2002 16:03:40 -0400 (EDT) Message-Id: <200207242003.QAA21209@dewberry.cc.columbia.edu> Content-Type: text/plain; charset="iso-8859-1" From: Oleg To: artboreb@netscape.net (Arturo Borquez), alex@baretta.com (Alessandro Baretta), "caml-list" Subject: Re: [Caml-list] Rule based language [was: productivity improvement] Date: Wed, 24 Jul 2002 16:03:49 -0400 X-Mailer: KMail [version 1.3.2] References: <7346EFD6.6BBDCC08.00958B05@netscape.net> In-Reply-To: <7346EFD6.6BBDCC08.00958B05@netscape.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Wednesday 24 July 2002 09:39 am, Arturo Borquez wrote: > Can I participate in this challenge? Sure > I have yet build your parser in 25 lines of OCaml > and seems to run as fast as yours. I'd actually expect the same algorithm in O'Caml to be a bit faster, since I use std::list (doubly-linked) while only a singly-linked list is necessary. For non-trivial input parsing time is negligible. > Perhaps in a > couple of days I'll post my solution as I have > very few spare time. We'll wait Cheers Oleg ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners