caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] ocaml #load
@ 2003-08-28 15:08 Sean McLaughlin
  2003-08-28 15:25 ` Jean-Christophe Filliatre
  2003-08-28 15:32 ` Nicolas Cannasse
  0 siblings, 2 replies; 5+ messages in thread
From: Sean McLaughlin @ 2003-08-28 15:08 UTC (permalink / raw)
  To: caml-list

[-- Attachment #1: Type: text/plain, Size: 602 bytes --]

Hello,
 
  I'm building a large program in ocaml that I'll want to run using the
interpreter.  It is a nuisance having to load all the files in the
correct order.  There is the ocamldep tool for compiling,but I can't
find a similar tool or function for loading into the top level.   Is
there such a tool that, say, when I type ' #load 'd.cmo', and d depends
on c, c on b, b on a, somehow loads a then b then c then d?  I can
imagine a simple tool that runs ocamldep and repeatedly greps the
makefile and adds lines like "#load d.cmo" to a text file until a fixed
point is reached.  
 
 
Thanks,
 
Sean

[-- Attachment #2: Type: text/html, Size: 1653 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-09-03 10:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-28 15:08 [Caml-list] ocaml #load Sean McLaughlin
2003-08-28 15:25 ` Jean-Christophe Filliatre
2003-08-30 15:29   ` Dimitri Ara
2003-08-28 15:32 ` Nicolas Cannasse
2003-09-03 10:40   ` Eray Ozkural

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).