Browse thread
[Caml-list] C++ templates to OCaml
-
Jonathan Roewen
- Jacques Carette
- padiolea@i...
-
Jonathan Roewen
- Benjamin Geer
- Brian Hurt
[
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: | 2005-06-19 (22:36) |
From: | Benjamin Geer <benjamin.geer@g...> |
Subject: | Re: [Caml-list] C++ templates to OCaml |
On 19/06/05, Jonathan Roewen <jonathan.roewen@gmail.com> wrote: > So, I'd use a module to represent each template > class, and polymorphic functions? The book _Developing Applications with Objective Caml_ gives a good comparison of modules, functors and classes, which might help you find the best approach for your library. See chapters 14, 15 and 16: http://caml.inria.fr/pub/docs/oreilly-book/html/index.html Ben