[
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: | Jacques Carette <carette@m...> |
| Subject: | Re: [Caml-list] New release of moca |
skaller wrote: >> My question is: why is this done as a pre-processor instead of as an >> extension of metaocaml? >> > > So that ordinary Ocaml users have access to it Sorry, my feeling is that, by now, the meta-programming core of metaocaml is stable enough to be merged into Objective Caml. I guess I should have stated that. To maintain Objective Caml's competitiveness with GHC, which has Template Haskell, this seems to be an obvious thing to do -- especially since I personally consider metaocaml to be superior to TH. Jacques