Concurrency in Clojure

Overview of Concurrency in Clojure Slides [http://slid.es/doppioslash/concurrency-in-clojure] The Old Way Everyone has had to contend with handling a variable that is changed by different parts of a program at the same time. Problems like Race Conditions and Deadlocks are handled using Locking, an error-prone technique, without…