I've created a circular data structure using atoms and an attempts to print this data structure results in a stackoverflow since string format of an atom contains it's value:
=> #object[clojure.lang.Atom 0x6b932895 {:status :ready, :val "recursive"}]
How do I change how atoms are displayed in repl? Is it possible to somehow keep this change localized?