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 VAA12808; Sun, 18 May 2003 21:08:46 +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 VAA14742 for ; Sun, 18 May 2003 21:08:44 +0200 (MET DST) Received: from ajax.cs.uga.edu (ajax.cs.uga.edu [128.192.251.3]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id h4IJ8hT23897 for ; Sun, 18 May 2003 21:08:43 +0200 (MET DST) Received: from cs.uga.edu (ajax.cs.uga.edu [128.192.251.3]) by ajax.cs.uga.edu (8.9.3/8.9.3) with ESMTP id PAA16279 for ; Sun, 18 May 2003 15:08:40 -0400 (EDT) To: caml-list@inria.fr Subject: Re: [Caml-list] ocaml and large development projects References: <200305181113.HAA11919@nerd-xing.mit.edu> <87wugoqjul.fsf@cs.uga.edu> From: Ed L Cashin Date: Sun, 18 May 2003 15:08:41 -0400 Message-ID: <87wugom5s6.fsf@cs.uga.edu> User-Agent: Gnus/5.090014 (Oort Gnus v0.14) Emacs/21.2 (i386-debian-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam: no; 0.00; caml-list:01 stein:01 hickey:01 ocamlc:01 ocamlopt:01 ideally:01 compiler:01 ocaml:01 writes:01 makefile:02 pgp:02 native:02 complex:03 eecs:03 lex:04 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Lex Stein writes: > You are missing the point. It is not true that building a program > requires full recompilation. The point that Prof. Hickey made was > that a program requires full recompilation if you make a change then > build *native* code. I've never used ocamlc -- I have no reason to, so I tend to think of ocamlopt as the ocaml compiler. Ideally, ocamlc and ocamlopt would be equally flexible. It never occurred to me that I'd have to create a more complex makefile just to get real separate compilation during development by using ocamlc, doing ocamlopt only at the end. -- --Ed L Cashin PGP public key: http://noserose.net/e/pgp/ ------------------- 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