[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] Bug shadowing syntactic keyword
From: |
Thomas Bushnell BSG |
Subject: |
Re: [Chicken-hackers] Bug shadowing syntactic keyword |
Date: |
Mon, 20 Jul 2009 23:59:07 -0700 |
A brief follow-up (forgot to check this before sending):
If you load syntax-case, as expected, the bug vanishes. This is not
surprising, since with Dybvig's syntax case in place, shadowing rules
tend to suddenly get better. However, while Chicken Scheme advertises
its lack of r5rs macro compliance (unless you load syntax-case), it does
not advertise a lack of proper formal parameter shadowing behavior for
lambda. :)
And, I assume, it is desirable to fix the bug anyhow.
Thomas