[Bese-devel] "Miss behavior" :action on loop
szergling
senatorzergling at gmail.com
Wed May 27 04:34:52 UTC 2009
On Wed, May 27, 2009 at 4:32 PM, szergling <senatorzergling at gmail.com> wrote:
> On Sat, May 23, 2009 at 6:41 PM, Fausto Santin <fawxtin at gmail.com> wrote:
>> Hi all,
[[...]]
> (let ((post ...))
> (loop
> (setf post (some-element-of (lisdit-posts self)))
> ...body...))
>
> All closures (or UCW actions) in body will share the same binding to
> post. mapcar uses a different binding time, that's why it worked. To
I meant "uses a different binding" *each* time through a loop.
Yong
More information about the bese-devel
mailing list