8 comments

[ 2.7 ms ] story [ 31.7 ms ] thread
Not really news, but I'll take it. Clojure's been popping up everywhere lately and I'm currently knee-deep in functional programming in my PL class, so I'll definitely bookmark this for when I feel like learning over the summer. Thanks!
Maybe this has been asked before, but what the hey:

Is anyone here on HN using Clojure for commercial production code - websites or otherwise?

Sure. I'm curently working ot cross platform desktop application, but that's all I can say.
I'm working on a commercial website using Clojure and Compojure. Should be out of stealth mode in a few weeks.
Now that Clojure is at 1.0 and a book is about to come out I definitely feel comfortable using Clojure in a production application. It's a thin layer on top of Java and I can easily fall back to Java if I run into problems with Clojure. The IRC channel and mailing list are also available (and very helpful) for asking question.
This is a great reference, better than the clojure.org website.