Related articles |
---|
Compiler/Language eXperiment axel@dtone.org (Axel Kittenberger) (2001-11-29) |
Re: Compiler/Language eXperiment t.zielonka@students.mimuw.edu.pl (Tomek Zielonka) (2002-01-24) |
Re: Compiler/Language eXperiment hannah@schlund.de (2002-01-28) |
Re: Compiler/Language eXperiment toon@moene.indiv.nluug.nl (Toon Moene) (2002-01-28) |
Re: Compiler/Language eXperiment toon@moene.indiv.nluug.nl (Toon Moene) (2002-01-30) |
Re: Compiler/Language eXperiment rickh@capaccess.org (2002-01-30) |
Re: extensible languages, was Compiler/Language eXperiment bear@sonic.net (Ray Dillinger) (2002-01-30) |
From: | hannah@schlund.de (Hannah Schroeter) |
Newsgroups: | comp.compilers |
Date: | 28 Jan 2002 01:06:55 -0500 |
Organization: | Schlund + Partner AG |
References: | 01-11-135 02-01-103 |
Keywords: | design, comment |
Posted-Date: | 28 Jan 2002 01:06:51 EST |
Hello!
Tomek Zielonka <t.zielonka@students.mimuw.edu.pl> wrote:
>[...]
>Take a look at OCaml. It has a tool called camlp4, using which you can
>write different parts of a project with different syntaxes. You can
>also write your on syntaxes (parsers) or extend existing ones.
Now, there's of course Common Lisp's extensible reader.
>[...]
>[Back in the 1970s, languages with extensible syntax led to write-only
>code with no two programs using the same syntax. Have they solved that
>problem? -John]
Seems the Lisp community isn't doing so bad with all their macros
and reader-macros, is it?
Kind regards,
Hannah.
[I dunno, can people from different Lisp camps read each other's code? -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.