Browse thread
Instruction selection in the OCaml compiler: Modules or classes?
[
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: | Markus Mottl <markus.mottl@g...> |
| Subject: | Re: [Caml-list] Instruction selection in the OCaml compiler: Modules or classes? |
On 2/22/07, Joel Reymont <joelr1@gmail.com> wrote: > The slides seem to favor the class-based solution but then I hear > that classes in OCaml are slow and people like Markus Mottl just > plain despise them :-). What does everyone else opine? Well, I think it needs to be said here that I don't "despise classes", which are still much better in OCaml than in any mainstream language, but I certainly prefer modules for almost all purposes (as most ML-programmers seem to), and this is not for speed reasons. Regards, Markus -- Markus Mottl http://www.ocaml.info markus.mottl@gmail.com