Graphical object inspector for Clojure data structures.
Usage: (inspect x)
creates a graphical (Swing) inspector on the supplied objectAdded in Clojure version 1.0
Usage: (inspect-table data)
creates a graphical (Swing) inspector on the supplied regular data, which must be a sequential data structure of data structures of equal lengthAdded in Clojure version 1.0
Usage: (inspect-tree data)
creates a graphical (Swing) inspector on the supplied hierarchical dataAdded in Clojure version 1.0