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/




On Fri, Dec 27, 2013 at 7:13 PM, Sean Corfield <seancorfi...@gmail.com> wrote:
> I got the impression - from talking to someone who tried to wrap Akka
> in Clojure - that Akka's API was pretty nasty to use from Clojure?
>
> Sean
>
> On Fri, Dec 27, 2013 at 3:54 PM, Alex Baranosky
> <alexander.barano...@gmail.com> wrote:
>> You can just use Akka directly w/ Clojure's excellent Java interop.
>>
>>
>> On Fri, Dec 27, 2013 at 3:48 PM, Paulo Suzart <paulosuz...@gmail.com> wrote:
>>>
>>> Hi,
>>>
>>> Am I wrong or Galaxy project (behind pulsar) is quite inactive? Does
>>> anybody know how promising are they?
>>>
>>> Cheers
>>>
>>>
>>> On 27 December 2013 17:32, Bruno Kim Medeiros Cesar
>>> <brunokim...@gmail.com> wrote:
>>>>
>>>> I haven't dabbled yet on actor-based concurrency, can someone point out
>>>> (a blog post about) a comparison between Akka actors, Clojure agents and
>>>> other solutions?
>>>>
>>>>
>>>> On Friday, December 27, 2013 6:54:16 AM UTC-2, Eric Le Goff wrote:
>>>>>
>>>>>
>>>>> Hi,
>>>>>
>>>>> After a long background with imperative languages such as Java, I
>>>>> recently spent some time learning functionnal programming, starting with
>>>>> Scala. I had the opporrtunity to build a demo project based on the Akka
>>>>> framework.
>>>>>
>>>>> Now I am starting learning Clojure, and would be curious to know if
>>>>> there was some clojure based framework available which could implement
>>>>> rather similar features to Akka.
>>>>>
>>>>> In particular, I would be interested in an implementation of the Actor
>>>>> Model [1]
>>>>>
>>>>> Thanks.
>>>>>
>>>>> Eric
>>>>>
>>>>>
>>>>> [1] http://en.wikipedia.org/wiki/Actor_model
>>>>
>>>> --
>>>> --
>>>> 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.
>>>
>>>
>>>
>>>
>>> --
>>> Paulo Suzart
>>> @paulosuzart
>>>
>>> --
>>> --
>>> 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.
>>
>>
>> --
>> --
>> 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.
>
>
>
> --
> Sean A Corfield -- (904) 302-SEAN
> An Architect's View -- http://corfield.org/
> World Singles, LLC. -- http://worldsingles.com/
>
> "Perfection is the enemy of the good."
> -- Gustave Flaubert, French realist novelist (1821-1880)
>
> --
> --
> 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.

-- 
-- 
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