Search code examples
clojure

Pretty print in Clojure


Is there a pretty printing function in Clojure that would output data-structures like lists and structs in a human-readable way?


Solution

  • clojure-contrib now has a pprint function.

    The API documentation is at http://richhickey.github.com/clojure-contrib/pprint-api.html