In fact agents in Scala were the only version I found that were like 
Clojure in design.

Beyond the fact that they exist in Scala, and the design goal was to 
replicate Clojure's agents, I didn't find that especially informative.


On Tuesday, February 3, 2015 at 6:59:09 PM UTC-8, Leonardo Borges wrote:
>
>
>> (as opposed to the combined state+behavior version of agents that one 
>> sees elsewhere) 
>>
>>
> Did you mean to say actors? Actor is the abstraction that bundles state 
> and behaviour together.
>
> Agents are different and in fact, Akka, a popular JVM actor library, 
> provides agents in addition to actors themselves: 
> http://doc.akka.io/docs/akka/snapshot/scala/agents.html
>
> Cheers,
> Leonardo Borges 
>

-- 
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/d/optout.

Reply via email to