The LOOP macro is the thing I always miss from Common Lisp when I'm using some other language. It's a controversial feature, but amazingly powerful, flexible, and easy to use.
If you're interested in some examples, here's a chapter from Practical Common Lisp on the subject:
The thing that most amazed me about Common Lisp was not LOOP, but ITERATE. Specifically, "bill a"'s comments in this article (linking to the first one, there are several more down the page):
If you're interested in some examples, here's a chapter from Practical Common Lisp on the subject:
http://www.gigamonkeys.com/book/loop-for-black-belts.html