Liking cljdoc? Tell your friends :D

clojure.jvm.tools.analyzer.util


childrenclj

(children expr)

Returns a lazy sequence of the immediate children of the expr in order of evaluation, where defined.

Returns a lazy sequence of the immediate children of the expr in
order of evaluation, where defined.
sourceraw docstring

expr-seqclj

(expr-seq expr)

Given an expression, returns a lazy sequence of the expressions followed by its children (in a depth first manner)

Given an expression, returns a lazy sequence of the expressions
followed by its children (in a depth first manner)
sourceraw docstring

(print-expr expr & exclusions)

Pretty-prints expr, excluding supplied keys. Example: (print-expr expr :children :env)

Pretty-prints expr, excluding supplied keys.
Example: (print-expr expr :children :env)
sourceraw docstring

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

× close