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 XAA11983; Fri, 27 Aug 2004 23:03:33 +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 XAA12121 for ; Fri, 27 Aug 2004 23:03:32 +0200 (MET DST) Received: from rabelais.socialtools.net (rabelais.socialtools.net [81.2.94.243]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id i7RL3VWS020852 for ; Fri, 27 Aug 2004 23:03:31 +0200 Received: by rabelais.socialtools.net (Postfix, from userid 108) id 4ADD9232FD; Fri, 27 Aug 2004 22:03:31 +0100 (BST) Received: from [81.2.94.242] (chaucer.socialtools.net [81.2.94.242]) by rabelais.socialtools.net (Postfix) with ESMTP id 75447232DF; Fri, 27 Aug 2004 22:03:30 +0100 (BST) Message-ID: <412FA1A0.2050809@socialtools.net> Date: Fri, 27 Aug 2004 22:03:28 +0100 From: Benjamin Geer User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040618 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nicolas Cannasse Cc: John Goerzen , Michal Moskal , caml-list@inria.fr Subject: Re: [Caml-list] Alternative Bytecodes for OCaml References: <200408250926.28629.jgoerzen@complete.org> <20040826214223.GA25370@roke.freak> <004f01c48c19$9950d8e0$0100a8c0@warp> <200408270809.28272.jgoerzen@complete.org> <008501c48c77$27ffaa00$0100a8c0@warp> In-Reply-To: <008501c48c77$27ffaa00$0100a8c0@warp> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on rabelais.socialtools.net X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Miltered: at concorde with ID 412FA1A3.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 bytecodes:01 cannasse:01 runtime:01 metaocaml:01 ocaml:01 ocaml:01 nicolas:01 bytecode:01 ast:02 wrote:03 execute:04 implement:05 efficient:05 feature:07 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Nicolas Cannasse wrote: > I would like for instance be able to create on the fly Lambda OCaml AST, > generate corresponding ocaml bytecode, and execute it : such a feature would > be great for DSL since it will remove the need to implement an efficient > runtime system (ocaml one will be used in place). My limited understanding of MetaOCaml is that this is what it's for; have I misunderstood? Ben ------------------- 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