I’m starting to learn Clojure and this framework/library is one of the motivations. The architecture is very different to our so debated MVC, and because of this point alone I think is worth to invest some time to understand and toy around.
For those who doesn’t heard about, it’s a web framework (they insist it is only a couple of libraries) to implement single-page applications. It’s composed of a part that seems like a simple web-service (like Sinatra), and another part that compiles to javascript to make rich web apps.
For more information, there is a good overview documentation here.
Anyone here has also interest/experience with the mentioned tool?