[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Scheme-reports] COND, CASE, AND, ... macros are buggy



With the definitions on p 55.

(let ((x 1))
   (cond (else (define x 2)))
   x)
       => 2

similarly for CASE.

(let ((x 1))
   (and (define x 2))
   x)
       => 2

and so on.

_______________________________________________
Scheme-reports mailing list
Scheme-reports@x
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports