Liking cljdoc? Tell your friends :D

revolt.utils


assoc-tuple-mergingclj

(assoc-tuple-merging tuples k v)

current-dirclj

(current-dir)
(current-dir fs)

dissoc-maybeclj

(dissoc-maybe m k pred)

Dissocs nested key from a map when given predicate is true.

Dissocs nested key from a map when given predicate is true.
raw docstring

ensure-absolute-pathclj

(ensure-absolute-path relative-path)

ensure-nsclj

(ensure-ns default-ns s)

Ensures that a string, to be later transformed to a namespaced keyword, contains a namespace part. In case there is no namespace - a default one is added.

Ensures that a string, to be later transformed to a namespaced keyword,
contains a namespace part. In case there is no namespace - a default one
is added.
raw docstring

ensure-relative-pathclj

(ensure-relative-path path)
(ensure-relative-path target path)

gather-pathsclj

(gather-paths paths)

make-params-collclj

(make-params-coll params-str default-ns)

safe-read-ednclj

(safe-read-edn path)

timedclj/smacro

(timed task expr)

Evaluates expr and prints the time it took. Returns the value of expr.

Evaluates expr and prints the time it took. Returns the value of expr.
raw docstring

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

× close