From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.0 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 8F015BC6B for ; Tue, 10 Jul 2007 11:38:15 +0200 (CEST) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l6A9cCrU003743 for ; Tue, 10 Jul 2007 11:38:13 +0200 Received: by wa-out-1112.google.com with SMTP id m34so1868839wag for ; Tue, 10 Jul 2007 02:38:12 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=NBqzBaRwNJHC/qHsKpHRW7dNTFQ2KvCzpRThe0uTIt0iFOTB1eogia3mS1G1PbI4WHJVbRfmPo/zZHSF61ywULtdEYnq0H4RMQd5zy/Ffj5A90yEQVdqIqYKPJleZf11ZrT52RHbh4ja6tf9G2GxY4DCAvfDvoj2JVMzmB8IRJQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=hlDFdj25C95egIJ4Q63vcGqmgkCLiH5LFpc/3WE2Dd/AUD5j6C8gQhavSk5aLFUWZ2Au7+obm2lTBDNDv7+aDEb5zf1JAHNqsta9mQL+qNKH0LuK7dPXgi1Vk+EqRRrGXBGf9LTunHwNmw/eVeD2aS99Gk8m9+R+DYK82ggUrKY= Received: by 10.115.75.1 with SMTP id c1mr4004959wal.1184060291888; Tue, 10 Jul 2007 02:38:11 -0700 (PDT) Received: by 10.114.60.4 with HTTP; Tue, 10 Jul 2007 02:38:11 -0700 (PDT) Message-ID: <95513600707100238l3789745bsdf83bee127c82fe0@mail.gmail.com> Date: Tue, 10 Jul 2007 11:38:11 +0200 From: "Olivier Andrieu" Sender: oandrieu@gmail.com To: skaller Subject: Re: [Caml-list] Camlp4s 4.02 Cc: "Caml List" In-Reply-To: <1184058519.14689.8.camel@rosella.wigram> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070709094028.GB9408@yquem.inria.fr> <1183980485.26391.15.camel@rosella.wigram> <20070710083344.GA9032@yquem.inria.fr> <1184058519.14689.8.camel@rosella.wigram> X-Google-Sender-Auth: 3e61b757c32d826a X-Miltered: at discorde with ID 46935384.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; andrieu:01 oandrieu:01 camlp:01 0200,:01 rauglaudre:01 ocaml:01 syntax:01 cmo:01 compilation:01 camlp:01 sourceforge:01 wrote:01 wrote:01 caml-list:01 nerim:01 On 7/10/07, skaller wrote: > On Tue, 2007-07-10 at 10:33 +0200, Daniel de Rauglaudre wrote: > > Hi, > > > > On Mon, Jul 09, 2007 at 09:28:05PM +1000, skaller wrote: > > > > > At the very least, Ocaml should be modified to add a new > > > statement/directive such as: > > > > > > syntax fred;; > > > > This exist ! You can use : > > > > #load "fred.cmo"; > > > > > yes, but it only works in the top level, where it is a burden. > It doesn't work where it is actually needed: batch compilation. no, it works with camlp4 (the "old" one at least).