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 23DF7BC69 for ; Mon, 19 Mar 2007 09:45:28 +0100 (CET) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.235]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l2J8jQia014521 for ; Mon, 19 Mar 2007 09:45:27 +0100 Received: by wx-out-0506.google.com with SMTP id i26so1274221wxd for ; Mon, 19 Mar 2007 01:45:26 -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=qlT3Y+qmP7hOzvzmT4ehSjev81e1KbMPIzjLx6W9Ik90JBqULXrlvAXNAY/36mGzwwbbRIGYX99h3HqV+H39sj8+twaGJjTmFd/bbvwO5QBIJg1SUIOzwcXV2hR8Jc7IVA2tOr4yxkZOTn6lxw0hOxQBDT+N++dHWV1rD0fNyo4= 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=rmAvf9T/v90TTidf56srH9HIeRGLm66uG6N5tmUB0bwStcMjiJAsCj/7BYKIqYU2aISyo7GUbKTcNkc64igMza4wpqQVj9Z2D+77HxP7Ja+Pj6LaN+Ehg/4kG7SjULCPpTQgMz0PJBzXoWxdyDAKG2Biphk2glH2yme7/nFubR4= Received: by 10.90.104.14 with SMTP id b14mr3572622agc.1174293926098; Mon, 19 Mar 2007 01:45:26 -0700 (PDT) Received: by 10.90.86.3 with HTTP; Mon, 19 Mar 2007 01:45:21 -0700 (PDT) Message-ID: <95513600703190145h5a0c6202t518ff61fcde83655@mail.gmail.com> Date: Mon, 19 Mar 2007 09:45:21 +0100 From: "Olivier Andrieu" Sender: oandrieu@gmail.com To: "Loup Vaillant" Subject: Re: [Caml-list] Where are the AST specs? Cc: caml-list@yquem.inria.fr In-Reply-To: <6f9f8f4a0703181022q2b9d7f8bt33919e07f3799c65@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6f9f8f4a0703181022q2b9d7f8bt33919e07f3799c65@mail.gmail.com> X-Google-Sender-Auth: d2e079e8f8e0d81e X-Miltered: at discorde with ID 45FE4DA6.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; andrieu:01 oandrieu:01 ocaml:01 syntax:01 syntax:01 ocaml:01 camlp:01 camlp:01 camlcvs:01 cvsweb:01 1.3:98 wrote:01 caml-list:01 lisp:01 nerim:01 On 3/18/07, Loup Vaillant wrote: > Hello everyone, > > I am currently working on giving Ocaml a Lisp syntax. In case you haven't noticed it, there used to be a lispish syntax for ocaml written with camlp4. It's in the camlp4 tree : http://camlcvs.inria.fr/cgi-bin/cvsweb/ocaml/camlp4/unmaintained/scheme/pa_scheme.sc?rev=1.3 -- Olivier