Recently Relevance announced Pedestal, a new web framework for Clojure.
How does this framework compare to other Clojure web frameworks such as Compojure, Webjure, Conjure, Moustache and so on, in terms of features, ease of application development, developer tools, etc.
My take on it is Pedestal is more about separation of concerns from an architectural perspective than it is a feature set:
Those things are big advantages over the life cycle of an app. Having said that, it is alpha level and subject to change and the control by data flow is a bit different, so like anything new there is a learning curve.
If you check out the documentation and listen to the podcast here it will clear up a lot. Hope that helps.