Clojure doesn't currently provide features for distributed computation across multiple machines. It focuses on the problem of concurrency within a single machine. However, there are many libraries for the JVM designed to support distributed computation. Message-queue systems like ActiveMQ and RabbitMQ work particularly well with Clojure, as do distributed coordination systems like ZooKeeper and Hazelcast.
People have also explored using Clojure on distributed-JVM systems like Teracotta, although that may still require some modifications to Clojure - search the list archives for notes. Clojure doesn't have a formal roadmap beyond the next release, but future plans will likely involve writing more of the Clojure compiler in Clojure itself, to make it easier to enhance the compiler and port it to other platforms. -Stuart Sierra clojure.com -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en