Opened 16 years ago
Closed 16 years ago
#25 closed defect (fixed)
Variable scoping issues
Reported by: | ehuelsmann | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | other | Version: | |
Keywords: | Cc: | ||
Parent Tickets: |
Description
Alex Mizhari writes:
compiler and lexical/special variables --
last time i've checked even relatively
simple stuff like:
(loop for i from 1 to 10
collecting (let ((i i))
(lambda () i)))
did not work well. and that's quite idiomatic
thing..
Note: See
TracTickets for help on using
tickets.
The given code seems to work in trunk today; closing the ticket.