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):
3 comments
[ 3.1 ms ] story [ 15.8 ms ] threadIf 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
http://www.randomhacks.net/articles/2005/12/03/why-ruby-is-a...
http://items.sjbach.com/280/extending-the-iterate-macro
And iterate has good documentation:
http://common-lisp.net/project/iterate/