Liking cljdoc? Tell your friends :D

env.core


get-varclj

(get-var name not-found)

Returns the value of env var or not-found if it's undefined.

Returns the value of env var or not-found if it's undefined.
raw docstring

strict-get-compile-time-varcljmacro

(strict-get-compile-time-var name)

Returns the value of env var or throws in runtime if it's undefined during compilation.

Returns the value of env var or throws in runtime if it's undefined during compilation.
raw docstring

strict-get-varclj

(strict-get-var name)

Returns the value of env var or throws if it's undefined.

Returns the value of env var or throws if it's undefined.
raw docstring

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

× close