On Saturday, December 28, 2013 at 6:05, kovas boguta wrote:
> The bottom line is that the definitive clojure distributed computing
> solution is yet to be invented, but there are a number of things out
> there including the aforementioned.
>
> 1. clojure wrappers for Akka, for instance
>
>
https://github.com/jasongustafson/akka-clojure
>
> (there are several others, of varying quality.. just search github / google)
>
> 2. solutions implementing the idea of supervisor hierarchies, for instance
>
>
https://github.com/MichaelDrogalis/dire
>
> (I believe there are other contenders in this category also)
>
> 3. RPC libraries, like
https://github.com/sunng87/slacker
>
> 4. Batteries-included cluster-aware computing:
http://immutant.org/
5. Clojure integration with Vert.X:
Vert.X has a lot of really interesting properties (so long as you’re willing to stay within the JVM) while remaining nicely lightweight. Clojure support is still very new, but it’s being written by one of the main authors of Immutant. Essentially, if you’re looking for distributed computing (not so much web-based, necessarily) but don’t want to lug around JBoss/WildFly, it’s a good alternative to Immutant.