clojure.inspector

by Rich Hickey

Full namespace name: clojure.inspector

Overview

Graphical object inspector for Clojure data structures.

Public Variables and Functions

inspectfunction

Usage: (inspect x)
creates a graphical (Swing) inspector on the supplied object

Added in Clojure version 1.0

Source

inspect-tablefunction

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-treefunction

Usage: (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/branch-clojure-1.9.0/clojure.inspector-api.html