I've added a new chapter to Clojure for the Brave and True, "Concurrency, 
Parallelism, and State. And Zombies<http://www.braveclojure.com/concurrency/>." 
Here's an excerpt:

===
In this chapter you'll learn what concurrency and parallelism are and why 
they matter. You'll learn about the challenges you'll face when writing 
parallel programs and about how Clojure's design helps to mitigate them. 
Finally, you'll learn a big boatload of tools and techniques for writing 
parallel programs yourself, including: futures, promises, delays, atoms, 
refs, vars, pmap, and core.reducers. Also, there will be zombies.
===

I hope you all find it useful and entertaining :)

Daniel

-- 
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
--- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to