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 PAA00268; Thu, 15 Aug 2002 15:27:36 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id PAA00840 for ; Thu, 15 Aug 2002 15:27:35 +0200 (MET DST) Received: from mg.ihep.su (mg.ihep.su [194.190.161.38]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g7FDRWn01584 for ; Thu, 15 Aug 2002 15:27:34 +0200 (MET DST) Received: by mg.ihep.su (Postfix, from userid 65436) id B2B0EB5279; Thu, 15 Aug 2002 17:27:31 +0400 (MSD) Received: from ontil.ihep.su (ontil.ihep.su [194.190.161.63]) by mg.ihep.su (Postfix) with ESMTP id A7A15B52E5; Thu, 15 Aug 2002 17:27:29 +0400 (MSD) Received: from localhost (vsl@localhost) by ontil.ihep.su (8.11.6/8.11.6) with ESMTP id g7FDRAQ01254; Thu, 15 Aug 2002 17:27:10 +0400 Date: Thu, 15 Aug 2002 17:27:10 +0400 (MSD) From: Vitaly Lugovsky To: Ohad Rodeh Cc: , Michael Vanier Subject: Re: [Caml-list] Namespace proposal In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Thu, 15 Aug 2002, Ohad Rodeh wrote: > Also, the Caml team was convinced enough that namespaces were > an issue to add the "-pack" option to v3.05. I knew it!!! I'm already using this feature to manage modules in one not so big project (about 50 modules). Before -pack was introduced I had a very bad headache with modules naming... But even this is not a complete solution: some namespace info is defined completely in the Makefiles, not in the source code. And, Makefiles becomes more and more complex. I think that the best and the most natural solution is something like Java or Python packages... ------------------- 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