Fixed problem with destructuring-lists in multiple-for clauses (they need binding...
authorDaniel Gackle <danielgackle@gmail.com>
Tue, 18 Aug 2009 21:54:41 +0000 (14:54 -0700)
committerDaniel Gackle <danielgackle@gmail.com>
Tue, 18 Aug 2009 22:58:59 +0000 (15:58 -0700)
commit5e632069774dd1282f46a5ebe1c7589b74008908
tree709e031763691cbbdbbc39b4277d9e31b3a4519d
parent5f5acd45e789666bb523b12bb16e0582076db5a0
Fixed problem with destructuring-lists in multiple-for clauses (they need binding before the first execution of the loop). This solution is not optimal, because it creates new bindings for the variable inside the loop, and emits the pre-loop bindings even when they aren't being used.
src/lib/ps-loop.lisp