On Thu 05 May 2011 20:32, "Aaron W. Hsu" <[email protected]> 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 [email protected] http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports
