Hi,

I agree with the previous posters. Concurrency in Clojure is neither free 
nor automatic. You have to put quite a bit of thought in to get things 
right. I'm always reminded of the classic memoize 
discussion<http://kotka.de/blog/2010/03/memoize_done_right.html>. 
Things like futures or promises take away boilerplate, but they don't 
protect you from eg. dead locks.

Kind regards
Meikel

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

Reply via email to