STM in Clojure vs Haskell, why no retry or orElse?
A few months ago I reread Simon Peyton Joneses article on STM in the Beautiful Code book and decided to try and translate it into clojures STM See the paper here He says ‘Atomic blocks as we have introduced them so far are utterly inadequate to coordinate »