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: | Patrick M Doane <patrick@w...> |
| Subject: | Re: [Caml-list] Different types of streams |
On Wed, 5 Sep 2001, Daniel de Rauglaudre wrote: > > I don't think anyone is arguing against fixing the implementation > > Camlp4 fixes the implementation. It is complicated to add the same > code in OCaml because it is about manipulatation of pieces of program, > which is very easy and simple in Camlp4 and very complicated with > OCaml. If you are not happy, implement the optimization yourself in > OCaml. Good luck. What is wrong with: - Including camlp4 in the standard caml distribution - Modifiying the caml compilers to always use camlp4 for preprocessing. To the user, this fixes the implementation without any modification to how they use their tools. BTW, it has been my impression that the Caml team is not too interested in external development, so implementing the optimization without camlp4 is not much of an option. > The point is *not* to remove streams!!!! Streams and their LL1 parsers > remain!!! I just ask people to preprocess by "-pp camlp4o". Is that > so complicated? Are you allergic to my program? I'm not allergic to your program, but other people may be. Until camlp4 is part of the caml distribution, the proposal is still to remove streams. For developers who distribute source code, we now have to demand that another package be installed on the user's system. Caml will be for the better when these two tools are merged. Patrick Doane ------------------- 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