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 RAA31648; Fri, 27 Aug 2004 17:39:48 +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 RAA32575 for ; Fri, 27 Aug 2004 17:39:47 +0200 (MET DST) Received: from mail.davidb.org (adsl-64-172-240-129.dsl.sndg02.pacbell.net [64.172.240.129]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id i7RFdjoN027568 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 27 Aug 2004 17:39:47 +0200 Received: from davidb by mail.davidb.org with local (Exim 4.34 #1 (Debian)) id 1C0ipJ-0001zq-32; Fri, 27 Aug 2004 08:39:41 -0700 Date: Fri, 27 Aug 2004 08:39:41 -0700 From: David Brown To: Keith Wansbrough Cc: mikel , caml-list@inria.fr Subject: Re: [Caml-list] Re: bytecode and native code at once Message-ID: <20040827153941.GA7601@old.davidb.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i X-Miltered: at nez-perce with ID 412F55C1.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; caml-list:01 caml-list:01 2004:99 haskell:01 runtime:01 non-portable:01 compiler:01 bytecode:01 native:02 ported:02 dave:03 wrote:03 dynamic:03 compiled:05 aug:05 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Fri, Aug 27, 2004 at 09:52:33AM +0100, Keith Wansbrough wrote: > GHCi, the interactive version of the Glasgow Haskell Compiler, > supports both interpreted and compiled code in the same runtime. Although, admitedly, the code that does it is fairly non-portable. They ended up using their own dynamic linker, which has to be ported to each new platform you wish to support. Dave ------------------- 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