Dmitry Dzhus <[EMAIL PROTECTED]> 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 _______________________________________________ Guile-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/guile-user
