Liking cljdoc? Tell your friends :D

formatting-stack.util


ansi-colorsclj

source

colorizeclj

(colorize s color)
source

colorize-diffclj

(colorize-diff diff-text)

Colorizes a diff-text extracted from #'cljfmt.diff

Colorizes a diff-text extracted from #'cljfmt.diff
sourceraw docstring

dissoc-byclj

(dissoc-by m f)
source

ensure-collclj

(ensure-coll x)
source

ensure-sequentialclj

(ensure-sequential x)
source

ns-name-from-filenameclj

source

partition-betweenclj

(partition-between pred coll)

Applies f to each value and the next value, splitting each time f returns a new value. Returns a lazy sequence or partitions.

Applies f to each value and the next value, splitting each time f returns a new value.
Returns a lazy sequence or partitions.
sourceraw docstring

process-in-parallel!clj

(process-in-parallel! f files)
source

rcompcljmacro

(rcomp & fns)

Like comp, but in reverse order. With it, members of ->> chains can consistently be read left-to-right.

Like `comp`, but in reverse order.
With it, members of `->>` chains can consistently be read left-to-right.
sourceraw docstring

read-ns-declclj

(read-ns-decl filename)

Reads ns declaration in file with line/column metadata

Reads ns declaration in file with line/column metadata
sourceraw docstring

report-processing-errorclj

(report-processing-error e filename f)
source

require-from-ns-declclj

(require-from-ns-decl ns-decl)
source

require-lockclj

source

serialized-writerclj

(serialized-writer out)
source

silencecljmacro

(silence & body)

Execute body without printing to *out* or *err*

Execute body without printing to `*out*` or `*err*`
sourceraw docstring

try-requireclj

(try-require filename)
source

unlimited-pr-strclj

(unlimited-pr-str s)

#'clojure.core/pr-str with no print limits

#'clojure.core/pr-str with no print limits
sourceraw docstring

with-serialized-outputcljmacro

(with-serialized-output & forms)
source

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

× close