#25: Variable scoping issues ------------------------+--------------------------------------------------- Reporter: ehuelsmann | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: component1 | Version: Keywords: | ------------------------+--------------------------------------------------- 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.. -- Ticket URL: <http://127.0.0.1:8000/armedbear/ticket/25> armedbear <http://common-lisp.net/project/armedbear> armedbear