Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are some well-written open source Clojure applications (not libraries)?

Tags:

clojure

I'd like to look at some examples of well-architected, complete Clojure applications (not libraries, but completed applications that accomplish real-world tasks for end users rather than for other developers.) Are there any such open source projects out there that are recommendable as examples of how to structure and write a user-facing application in Clojure?

Edit: I'd like to see a substantial full-blown application of some complexity as opposed to a prototype or a demo. Is there anything like that out there yet?

like image 636
Paul Legato Avatar asked Feb 07 '11 04:02

Paul Legato


1 Answers

Lau Jensen has some idiomatic clojure source for a DB-backed reddit clone on github, which makes for interesting reading. Here's the corresponding blog post.

like image 168
sanityinc Avatar answered Sep 25 '22 20:09

sanityinc