Medium-size Clojure sample application?

foxdonut picture foxdonut · Nov 30, 2008 · Viewed 23.5k times · Source

Is there a medium-sized Clojure sample application that could be used as a "best-practices" example, and a good way to see what such an application would look like in terms of code and code organization? A web application would be particularly interesting to me, but most important is that the program do something commonly useful (blog, bug-tracking, CMS, for example), and not something mathematical that I've never ever had to implement in the real world (solving the N-queens problem, simulating Life, generate Fibonacci sequences, and such usual fare of function programming languages).

Thanks!

Answer

mac picture mac · Dec 14, 2009

I recommend cow-blog by Brian Carper. According to the author it was written with your purpose in mind.