Good concurrency example of Java vs. Clojure

Posted by Michiel Borkent on Stack Overflow See other posts from Stack Overflow or by Michiel Borkent
Published on 2010-05-26T17:58:15Z Indexed on 2010/05/26 18:01 UTC
Read the original article Hit count: 228

Filed under:
|
|

Clojure is said to be a language that makes multi-thread programming easier.

From the Clojure.org website:

Clojure simplifies multi-threaded programming in several ways.

Now I'm looking for a non-trivial problem solved in Java and in Clojure so I can compare/contrast their simplicity. Anyone?

© Stack Overflow or respective owner

Related posts about java

Related posts about concurrency