Re: [Scheme-reports] ANN: first draft of R7RS small language available
Andy Wingo 05 May 2011 21:26 UTC
On Thu 05 May 2011 20:32, "Aaron W. Hsu" <arcfide@sacrideo.us> writes:
> Consider the following R6RS library:
>
> (library (foo)
> (export bar)
> (import (rnrs))
>
> (define-syntax bar
> (syntax-rules (false)
> [(_ false) #f]
> [(_ e) e]))
>
> )
Tooooootally unrelated to your question, but... does one ever get used
to trailing parens? To my eyes, this code is offensive :)
Andy
--
http://wingolog.org/
_______________________________________________
Scheme-reports mailing list
Scheme-reports@scheme-reports.org
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports