Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Where is it already being used in production and how ?

share|improve this question

3 Answers

up vote 8 down vote accepted

Main two examples in the wild I know of are Flightcaster and a vet hospital that's system is running clojure. Main person who talks about this last one is Luc Prefontaine. Here's an example of him talking about it on the Google Group.

There are also at least two companies in the middle of building things in clojure (though I don't think either are in the wild yet) and of course Halloway, author of Programming Clojure, has his company doing contract work in Clojure that they have been very happy with to date.

share|improve this answer
1  
altlaw.org by Stuart Sierra is another large deployment in the wild. – Timothy Pratley Nov 1 '09 at 23:36
sourceforge.net/projects/waterfront is an IDE written entirely in Clojure which I find quite impressive. Though I prefer vimclojure, it demonstrates that Clojure is well suited to a number of different problem domains. – Timothy Pratley Nov 1 '09 at 23:39
@Timothy: Duh how could I forget Altlaw. Forgot about waterfront entirely as well, though I don't know if it's really been taken through it's paces yet. – Runevault Nov 1 '09 at 23:59

You won't find many examples of it being in "enterprise" use because it's still only 2 years old, and large companies are notoriously conservative about new languages.

That said, I've heard many anecdotes on the Clojure mailing list about "Clojure works great on our production system" and none saying "It didn't work for us." My feel for the language is that it is rock solid and personally I would have no hesitation about using it from a technological perspective.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.