|
|
|
|
|
by buckwild
5219 days ago
|
|
Does anyone know of a good web framework for Clojure? Perhaps a rails of django equivalent? I love using Java for the exact reason the author claims Clojure is so powerful--the magnitude of libraries. If a decent web framework is available, then I would be inclined to give it a go. |
|
However, the Clojure philosophy seems to be trending towards building your own composition of highly composable micro-libraries, rather than being handed one monolithic framework. It works very well, but does have the side effect that there isn't real "one stop shop" for beginners.
And when you're designing a webapp (or any app) in Clojure, you'll notice that you have a much higher degree of freedom regarding how to do things. There's no "one true way" the way there is with Rails. Again, this is extremely powerful, but it makes the next step somewhat less obvious for beginners.