Is there a working real world project using Clojure that uses a multi-core system that I can watch?

Is there a working real world project using Clojure that uses a multi-core system that I can watch?

I want if Clojure is still in the phrase of the toy language, or it really will happen soon.

+3
source share
4 answers

You should look at the many examples posted in the Google discussion group. They are interesting, and a couple of them are nontrivial in another language. I think that these examples are more than sufficient evidence of whether Clojure is "toy" or not.

, Rich Hickey, , , . API , 1.0, , , . , , Lisping Emacs, - SLIME swank- clojure. , ( GitHub).

, .

+4

Clojure thread , . , , , , ( , ).

+4

enclojure - IDE Netbeans Clojure. svn , Java Clojure . , , , .

, Eclipse , Java.

, Clojure. .

+3

I wrote Mire to be an example for just that purpose. This is a simple application, but it includes parallel processing and general state. He built a series of small steps, each of which was built on the last, and each step is stored as a separate branch of git, so you can follow the development step by step.

http://github.com/technomancy/mire

+1
source

All Articles