vote up 1 vote down star
1

Where is it already being used in production and how ?

flag

77% accept rate

3 Answers

vote up 7 vote down check

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.

link|flag
altlaw.org by Stuart Sierra is another large deployment in the wild. – Timothy Pratley Nov 1 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 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 at 23:59
vote up 1 vote down

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.

link|flag

Your Answer

Get an OpenID
or

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