Browse thread
[Caml-list] Large projects in OCaml
[
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: | 2004-05-21 (11:29) |
From: | Jon Harrop <jdh30@c...> |
Subject: | Re: [Caml-list] Large projects in OCaml |
On Thursday 20 May 2004 22:41, you wrote: > ...There is no link phase (except linking > to external c libraries) at the start of an Ocaml program. Sure, so if someone buys my lib (in the form of .cmo and .mli files), writes their own code and compiles it into an executable then it should work forever. But I want them to be able to constantly write new code and recompile it (statically linking their .cmo files with mine), forever. If their code and my lib depend upon the same object file and it changes, then this will break and the only fix will be for them to get a new lib from me for the new version of their object file. If I am right, then I am afraid that this will put people off... Cheers, Jon. ------------------- 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