Clojure.inspector
by Rich Hickey Full namespace name: clojure.inspector Overview Graphical object inspector for Clojure data structures. Public Variables and Functions inspect function Usage: (inspect x) creates a graphical (Swing) inspector on the supplied object Added in Clojure version 1.0 Source inspect-table function 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 length Added in Clojure version 1.0 Source inspect-tree function Usage: (inspect-tree data) creates a graphical (Swing) inspector on the supplied hierarchical data Added in Clojure version 1.0 Source