>>11
the guy who wrote that post is missing the idea of clojure. The WHOLE idea of clojure is to make all data structures immutable and therefore make concurrency very easy. So data structures never get changed in clojure but rebuilt into new ones. So clujure is a Lisp that is moving toward the direction of Erlang