Browse thread
Where are the AST specs?
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2007-03-19 (09:17) |
From: | Loup Vaillant <loup.vaillant@g...> |
Subject: | Re: [Caml-list] Where are the AST specs? |
2007/3/19, Olivier Andrieu <oandrieu@nerim.net>: > On 3/18/07, Loup Vaillant <loup.vaillant@gmail.com> 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 Actually, I haven't noticed it. At first glance this syntax is close to my standards. However, Do you know if it has macros? Clean macros remain my main goal. My holy grail is the power (and ease of use) of Common Lisp macros. Loup