[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Scheme-reports] ANN: first draft of R7RS small language available
On Thu 05 May 2011 20:32, "Aaron W. Hsu" <arcfide@x> 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@x
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports