> how do Clojure agents relate to Erlang actors?

There are several important differences:

1. Agents are designed for in-process communication only.

2. Observing the state of an Agent does not require sending it a message.

3. Agents accept arbitrary functions instead of a predefined set of 
messages.

-S

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to