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/

One more to add to that list:

5. Clojure integration with Vert.X: http://vertx.io 
https://github.com/vert-x/mod-lang-clojure

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.

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to