> Can anyone point me to simple examples of how concurrency works in
> Clojure?  (Not just one-liners, but examples that actually modify
> values from multiple threads, and hopefully print out some helpful
> information?

Rich's ants example is really good:
http://clojure.googlegroups.com/web/ants.clj

If you want something simpler to build up from:
http://en.wikibooks.org/wiki/Clojure_Programming/By_Example
"5) Mutating permanent state variables" onward discusses the basics



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