Question about loop
- From: Jeff Barnett <jbbrus@xxxxxxxxx>
- Date: Wed, 30 May 2007 22:45:37 -0700
Does the Common Lisp spec say anything about whether the following is well defined given that the elements of "list" are unique:
(loop for x in list
when (p x)
do (setq list (delete x list)))
-- Jeff Barnett
.
- Follow-Ups:
- Re: Question about loop
- From: Alex Mizrahi
- Re: Question about loop
- From: Pascal Costanza
- Re: Question about loop
- Prev by Date: Re: Break Statements similar to C or C++
- Next by Date: Seattle in 2 weeks: Lisp and Symbolic Programming From the Beginning
- Previous by thread: Break Statements similar to C or C++
- Next by thread: Re: Question about loop
- Index(es):