There are too many things on the mailing lists to see if it is already mentioned, i hope i am not being redundant.<br><br>If you write (iter (for el in 'a) (collect el)), it just returns nil. This can lead to confusing bugs, as people are used to CL telling you something is not a valid argument. I suggest having it check that the argument type is correct, by either using CLs functions or looking for it. (Also for vectors and such.)  It may affect performence though, maybe use a defvar/parameter to turn it on/off, or maybe you can use the safety declaration?<br>
<br>Btw, i made a <a href="http://lisp-umac.berlios.de/umac.html">a little other approach</a>, but i think the iterate approach is better. (Oops the autodocumentation link is broken, the one in the menu works though.)<br>
<br>Thanks for the great tool, Jasper<br>