There are a few web frameworks for Clojure
and also some libraries for dealing with certain web development subtasks, such as
- Enlive for templating
- Hiccup for templating
- Ring to handle lower level stuff with requests/responses
- ClojureQL for persistence (it doesn't seem very active, though)
There are also hundreds of Java libraries to be used. Some aspects were already discussed here and two of them compared a bit.
I wonder how these frameworks/components compare in terms of maturity, scope, ease of development, Django/RoR feeling, etc.