|
|
|
|
|
by superuser2
4821 days ago
|
|
This is definitely motivation to learn another framework besides Rails and Django. Compojure's syntax and design seem really attractive... is anyone using that in production? Would it be a reasonable choice for a "serious" web application? |
|
Note that Compojure is more of a routing library than a framework. It's similar to Flask or Sinatra. Clojure's philosophy includes aggressive separation of concerns such that full-stack frameworks aren't really "the Clojure way".