Clojure projects worth reading?

clojure

Solution

- Clojure itself.

- Clojure in Small Pieces: Clojure 1.2 as a literate program.

There's lots of advice here and here.

Thereafter, I would follow your nose. Find the stuff you are interested in: if it's good, enjoy it. If it's bad, do it better!

Be warned: Clojure is seriously addictive.

Problem

The best way to learn a new language is reading well structured and well documented projects that use the language constructions in the proper way. What are the best clojure repos to read and learn from them?

Original source