caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* RE: [Caml-list] stand-alone top-level
@ 2007-04-17  8:03 EL CHAAR Rabih   SGAM/AI/SAM
  2007-04-17 13:54 ` Sam Steingold
  0 siblings, 1 reply; 2+ messages in thread
From: EL CHAAR Rabih   SGAM/AI/SAM @ 2007-04-17  8:03 UTC (permalink / raw)
  To: Sam Steingold, caml-list

All toplevels need to see the interfaces of the modules you are using (.cmi).

By default, it looks in the %OCAMLLIB% directory.
You can also use the -I directive to add a path for the search of cma,cmi

custom -I c:/myinterfaces

Hope this helps.

Sincerely,
Rabih


-----Message d'origine-----
De : caml-list-bounces@yquem.inria.fr [mailto:caml-list-bounces@yquem.inria.fr] De la part de Sam Steingold
Envoyé : lundi 16 avril 2007 19:52
À : caml-list@inria.fr
Objet : [Caml-list] stand-alone top-level

How can I create a stand-alone top-level (REPL) executable?

My workstation is not powerful enough to run some things, so I want to 
create an interactive top-level (REPL) executable, copy it to a 
different machine (with, say, more RAM) and talk to the REPL.
Alas, this does not work, because, even though my executable code gets 
linked in, it cannot be used without the mli files:
ocamlmktop foo.cma -o mycaml
mycaml now requires foo.mli to be present somewhere for Foo.bar() to be 
usable. this means that mycaml is not really stand-alone, I have to 
carry all the mli files with it.

this all basically means that I have to compile exe files (instead of an 
interactive REPL) to do my work on a different machine (i.e., 
effectively, I am using the C development model: edit/compile/link/run 
instead of the Lisp development model: edit/run).

so, is there a way around?
how do I create a completely stand-alone ocaml repl that contains my code?

thanks.

Sam.

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs
Ce message et toutes les pieces jointes (ci-apres le "message") sont confidentiels et etablis a l'intention exclusive de ses destinataires. 
Toute utilisation ou diffusion non autorisee est interdite. 
Tout message electronique est susceptible d'alteration. 
Societe Generale Asset Management et ses filiales declinent toute responsabilite au titre de ce message s'il a ete altere, deforme ou falsifie. 
  
Decouvrez l'offre et les services de Societe Generale Asset Management sur le site www.sgam.fr 
  
                                ******** 
  
This message and any attachments (the "message") are confidential and intended solely for the addressees. 
Any unauthorised use or dissemination is prohibited. 
E-mails are susceptible to alteration. 
Neither Societe Generale Asset Management nor any of its subsidiaries or affiliates shall be liable for the message if altered, changed or falsified. 
 
Find out more about Societe Generale Asset Management's proposal on www.sgam.com


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

end of thread, other threads:[~2007-04-17 13:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-17  8:03 [Caml-list] stand-alone top-level EL CHAAR Rabih   SGAM/AI/SAM
2007-04-17 13:54 ` Sam Steingold

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).