Skip to main content

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

Comments

Popular posts from this blog

Chemistry - Bond Angles In NH3 And NCl3

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Change The Font Size Of Visual Studio Solution Explorer