grenada.exporters.pretty

Pretty-printing exporters. Uses fipp 0.6.2, therefore you can't use
it in Clojure ≦ 1.6.0.

pprint

(pprint x)
Pretty-print a data structure, but specifically guten-tag ATaggedVals and
therewith Things.

pprint-fs-flat

(pprint-fs-flat data out-file)(pprint-fs-flat data out-file overwrite)
Write DATA to OUT-FILE, pretty-printing it using Fipp.

If OVERWRITE is false and OUT-FILE exists, an exception will be thrown.

Defaults to not overwriting, since something pprint-ed is likely to be edited
as external metadata and the user would be very sad if she accidentally had
her wonderful hand-crafted examples wiped out.

See clj::grenada.exporters/fs-flat for a non-pretty-printing exporter that
works in Clojure versions before 1.7.0.