Liking cljdoc? Tell your friends :D

datawalk.core


datawalkclj/s

(datawalk data in)

Run a single step of exploration. Inner fn called by both repl and w. Takes a data structure to act on, and input to parse and act on. Both prints and returns the new value of current data.

Run a single step of exploration. Inner fn called by both `repl` and `w`.
Takes a data structure to act on, and input to parse and act on. Both prints
and returns the new value of current data.
sourceraw docstring

initialize-stateclj/s

(initialize-state d)
source

look-atclj/s

(look-at d)

Initializes the semi-interactive version. Typically you should call look-at once, and then w many times. Usable in all environments.

Initializes the semi-interactive version. Typically you should call look-at
once, and then w many times. Usable in all environments.
sourceraw docstring

(print-globals)
source

promptclj/s

source

replclj

(repl d)

Runs a small, self-contained, fully-interactive REPL for exploring data (Clojure-only for the moment).

Runs a small, self-contained, fully-interactive REPL for exploring data
(Clojure-only for the moment).
sourceraw docstring

set-line-lengthclj/s

(set-line-length n)
source

wclj/smacro

(w & args)

Take a single step through the data, using any of the commands. For example, user> (w 2) ; drill to item 2 user> (w p) ; print path to current data user> (w b) ; step backward Use (w h) to get a summary of available commands. w presumes you've already called look-at once to specify what data is being explored. Usable in all environments.

Take a single step through the data, using any of the commands. For example,
user> (w 2) ; drill to item 2
user> (w p) ; print path to current data
user> (w b) ; step backward
Use (w h) to get a summary of available commands. w presumes you've already
called `look-at` once to specify what data is being explored.
Usable in all environments.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close