Re: Honu: Syntactic Extension for Algebraic Notation through Enforestation
Bruce Hoult <[email protected]>
| Newsgroups | gmane.comp.lang.dylan.gwydion.devel |
|---|---|
| Message-ID | <CAMU+EkztCa70=t5bcVLVW08px62jv1uvy67hhGLJ6OBaGFqXYg@mail.gmail.com> |
Providing powerful macros in Dylan purely through pattern matching is I think a failed experiment. It's often possible to come up with something that works, but the chances are that no one else will ever understand it (including yourself later). At the same time, building things using quasi-quote in Lisp is a bit low-level, especially the use of gensym. This does seem to occupy a nice place in the middle, with simple things doable via hygienic templates and more complex things using normal code written in the language itself. On Tue, Mar 19, 2013 at 4:22 AM, Bruce Mitchener <[email protected]> wrote: > Has anyone seen this? > > http://www.cs.utah.edu/plt/publications/gpce12-rf.pdf > > It provides an infix syntax on a Lisp with macros and seems much easier than > Dylan in some ways. > > - Bruce > > > _______________________________________________ > hackers mailing list > [email protected] > https://lists.opendylan.org/mailman/listinfo/hackers > _______________________________________________ hackers mailing list [email protected] https://lists.opendylan.org/mailman/listinfo/hackers