Liking cljdoc? Tell your friends :D

yesql.util


create-root-varclj

(create-root-var name value)
(create-root-var ns name value)

Given a name and a value, intern a var in the current namespace, taking metadata from the value.

Given a name and a value, intern a var in the current namespace, taking metadata from the value.
raw docstring

slurp-from-classpathclj

(slurp-from-classpath path)

Slurps a file from the classpath.

Slurps a file from the classpath.
raw docstring

str-non-nilclj

(str-non-nil & args)

Exactly like clojure.core/str, except it returns an empty string with no args (whereas str would return nil).

Exactly like `clojure.core/str`, except it returns an empty string
with no args (whereas `str` would return `nil`).
raw docstring

underscores-to-dashesclj

(underscores-to-dashes string)

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

× close