clojure.inspector

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.7.0/clojure.inspector-api.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部