http://corfield.org/blog/archives.cfm/category/clojure
This guy is doing a blog which among other things, has an article series on "real world clojure examples".
I think this is one of the best places for this sort of thing, because the articles don't simply provide source files for you to read, he often taken on specific practical problems, describes them first, the rationale behind choosing clojure, and rationale behind choosing a specific way of doing things in each article. (And then some code excerpts as well.) This gives much more eclectic view on the examples themselves, and better understanding of not only What and How, but Why.
(You may want to scroll down a bit in the archives, he has a lot of clojure articles which are good themselves, but this post is especially true about the mentioned "real world clojure" series, which begin with articles like http://corfield.org/blog/post.cfm/real-world-clojure-email-status-tracking)