On Mon, 14 Sep 2009, Brian Mastenbrook wrote: > (define b 1) > (begin > (define a b) > (define b 2)) -> error, attempt to use `b' before its definition
This is certainly incorrect behavior in R5RS. Andre _______________________________________________ r6rs-discuss mailing list [email protected] http://lists.r6rs.org/cgi-bin/mailman/listinfo/r6rs-discuss
