Liking cljdoc? Tell your friends :D

ernie.util


aintoclj

(ainto arr coll)

base-objclj

(base-obj class)

bind-paramsclj

(bind-params env params)

bind-params-in-mapclj

(bind-params-in-map env m)

bind-params-in-vectorclj

(bind-params-in-vector env v)

capture-outcljmacro

(capture-out & body)

empty-parametersclj


error?clj

(error? any)

failure?clj

(failure? any)

get-script-portionclj

(get-script-portion script exp)

mem-base-objclj


object->ednclj

(object->edn object)

printerrcljmacro

(printerr & args)

remove-nilsclj

(remove-nils nm)

remove pairs of key-value that has nil value from a (possibly nested) map. also transform map to nil if all of its value are nil

remove pairs of key-value that has
nil value from a (possibly nested) map.
also transform map to nil if all of its
value are nil
raw docstring

resolve-valueclj

(resolve-value env v)

stacktraceclj

(stacktrace e)

stacktrace-stringclj

(stacktrace-string ex)

success?clj

(success? any)

swap-lr!clj

(swap-lr! atom f left right)

with-nscljmacro

(with-ns ns & body)

Evaluates body in another namespace. ns is either a namespace object or a symbol. This makes it possible to define functions in namespaces other than the current one.

Evaluates body in another namespace.  ns is either a namespace
object or a symbol.  This makes it possible to define functions in
namespaces other than the current one.
raw docstring

wrap-methodclj

(wrap-method method)
(wrap-method method obj)

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

× close