Browse thread
Re: [Caml-list] Rule based language [was: productivity improvement]
-
artboreb@n...
- Oleg
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Oleg <oleg_inconnu@m...> |
| Subject: | Re: [Caml-list] Rule based language [was: productivity improvement] |
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