Barry Margolin <barmar@alum.mit.edu> wrote:
+---------------
| ... The power of LOOP isn't in the iteration; just about every
| programming language has reasonable iteration mechanisms.
| The more unique feature is the action verbs like COLLECT and SUMMING.
+---------------
And the automatic destructuring into iteration variables -- I find
myself using that a lot [see previous examples posted]. Things like:
(loop for (key . value) in alist
and (key2 value2) on plist by #'cddr
...)
-Rob
-----
Rob Warnock <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607