Liking cljdoc? Tell your friends :D

had-utils.io


slurp-linesclj

(slurp-lines path)

Slurp the file at path and split into lines

Slurp the file at `path` and split into lines
sourceraw docstring

slurp-lines-mapclj

(slurp-lines-map path map-fn)

Slurp the file at path, split into lines, and map map-fn over the result.

Slurp the file at `path`, split into lines, and map `map-fn` over the result.
sourceraw docstring

slurp-splitclj

(slurp-split path split-re)

Slurp the file at path and split into parts on split-re.

Slurp the file at `path` and split into parts on `split-re`.
sourceraw docstring

slurp-split-mapclj

(slurp-split-map path split-re map-fn)

Slurp the file at path, split into parts on split-re, and map map-fn over the result.

Slurp the file at `path`, split into parts on `split-re`,
and map `map-fn` over the result.
sourceraw docstring

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

× close