Graphical object inspector for Clojure data structures.
Usage: (inspect x)
creates a graphical (Swing) inspector on the supplied object
Added in Clojure version 1.0
SourceUsage: (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 length
Added in Clojure version 1.0
SourceUsage: (inspect-tree data)
creates a graphical (Swing) inspector on the supplied hierarchical data
Added in Clojure version 1.0
Source
© Rich Hickey
Licensed under the Eclipse Public License 1.0.
https://clojure.github.io/clojure/clojure.inspector-api.html