From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id VAA22605; Tue, 8 Jun 2004 21:24:56 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id VAA22046 for ; Tue, 8 Jun 2004 21:24:55 +0200 (MET DST) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by concorde.inria.fr (8.12.10/8.12.10) with SMTP id i58JOsSH005439 for ; Tue, 8 Jun 2004 21:24:54 +0200 Received: by mproxy.gmail.com with SMTP id 61so619510rnd for ; Tue, 08 Jun 2004 12:24:48 -0700 (PDT) Received: by 10.11.117.64 with SMTP id p64mr62303cwc; Tue, 08 Jun 2004 12:24:47 -0700 (PDT) Message-ID: <891bd33904060812241f4bfa11@mail.gmail.com> Date: Tue, 8 Jun 2004 15:24:47 -0400 From: Yaron Minsky Reply-To: yminsky@cs.cornell.edu To: Caml Mailing List Subject: [Caml-list] Baking in specializations to toplevel Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Miltered: at concorde with ID 40C61286.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; yaron:01 minsky:01 yminsky:01 ocamlmktop:01 ideally:01 yaron:01 linked:01 toplevel:01 modules:02 interpreter:03 library:03 library:03 paths:06 paths:06 i'd:06 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk I can use ocamlmktop to link in various libraries. Is there a way of baking in other specializations into an interpreter? For instance, I'd like to: 1) open some modules by default 2) install some printers 3) add some search paths Ideally, I'd like to be able to bake these specializations into a library, so that whenever you linked in that library, the search paths and printers would come with. So, is there any way of achieving this? Yaron ------------------- 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