Opened 15 years ago

Closed 15 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..

Change History (1)

comment:1 Changed 15 years ago by ehuelsmann

Resolution: fixed
Status: newclosed

The given code seems to work in trunk today; closing the ticket.

Note: See TracTickets for help on using tickets.