[
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: | Christian Lindig <lindig@e...> |
| Subject: | Re: [Caml-list] module namespace |
On Wed, Nov 06, 2002 at 06:56:23PM +0200, Yurii A. Rashkovskii wrote: > > Finally, a really cool, cool, cool feature would be dynamic linking > > of Ocaml modules from their namespace URL, with static typechecking > > at compile time against the corresponding .mli files. How do you > > like this idea, Yurii? > > Well, I like and will implement it soon. Dynamic linking suggests that you are linking *.cmo files but the previous author talked about *.mli files. Anyway, linking binary object files and hence libraries is a can of worms: files from different compiler versions are incompatible. Any ideas about this? -- Christian ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners