Browse thread
[Caml-list] Different types of streams
[
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: | Daniel de Rauglaudre <daniel.de_rauglaudre@i...> |
| Subject: | Re: [Caml-list] Different types of streams |
On Wed, Sep 05, 2001 at 06:43:58PM +0930, Alex Cowie wrote: > The convenience of having this parsing facility within the Ocaml > syntax should not be underestimated particularly for program > development under the toplevel. Under the toplevel, you can #load "camlp4o.cma" Remember that the streams and parsers in OCaml have a very bad implementation, not tail recursive and not optimized. We regularly receive bug reports about their slowness and stack overflows when they are used. -- Daniel de RAUGLAUDRE daniel.de_rauglaudre@inria.fr http://cristal.inria.fr/~ddr/ ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr