RT @calherries
But in Clojure, state is represented by immutable values. No part of the program can manipulate values. The problem encapsulation solves simply doesn't exist.
The code needs less indirection, fewer permissions, and less incidental complexity. It's almost magically simpler.