Liking cljdoc? Tell your friends :D
Clojure only.

nrepl.util.print

Pretty-print related utilities. All functions here are simple wrappers compatible with the expectations of nrepl.middleware.print/wrap-print.

Pretty-print related utilities.
All functions here are simple wrappers compatible with the expectations of
nrepl.middleware.print/wrap-print.
raw docstring

pprintclj

(pprint value writer)
(pprint value writer options)

A simple wrapper around clojure.pprint/write.

A simple wrapper around `clojure.pprint/write`.
sourceraw docstring

prclj

(pr value writer)
(pr value writer options)

Equivalent to clojure.core/pr. Any options corresponding to dynamic printing configuration vars in clojure.core will, if provided, be bound accordingly (e.g. clojure.core/*print-length* will be used if :print-length is provided).

Equivalent to `clojure.core/pr`. Any options corresponding to dynamic
printing configuration vars in `clojure.core` will, if provided, be bound
accordingly (e.g. `clojure.core/*print-length*` will be used if
`:print-length` is provided).
sourceraw docstring

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

× close