[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Looping local binding
From: |
Neil Jerram |
Subject: |
Re: Looping local binding |
Date: |
Sat, 03 Nov 2007 11:12:27 +0000 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) |
Dmitry Dzhus <address@hidden> writes:
> That's terrific, Marco, and that code is almost clear to me.
>
> I'm now strongly convinced that I should introduce myself to Scheme
> macro forms closer. What may a recommended definite guide to it? (I
> read SICP, but that book concentrates on other kind of things).
For define-macro-style macros, this looks useful to me:
http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme-Z-H-10.html#node_chap_8
For syntax-rules, try here:
http://community.schemewiki.org/?syntax-rules
Regards,
Neil