[plt-scheme] Macro practice

From: Neil Van Dyke (neil at neilvandyke.org)
Date: Fri Apr 24 16:12:20 EDT 2009

Stephen De Gabrielle wrote at 04/24/2009 04:02 PM:
> What is TYS?
>   

I think TYS is:
http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html

I started learning "syntax-rules" from Joe Marshall's text file, and 
then by experience:
http://www.xs4all.nl/~hipster/lib/scheme/gauche/define-syntax-primer.txt

I like to use "syntax-rules" instead of "syntax-case" unless I *really* 
need "syntax-case".  For example, I should not have done this:
http://www.neilvandyke.org/weblog/2008/11/#2008-11-03

Neil



Posted on the users mailing list.