Liking cljdoc? Tell your friends :D

humilia.macros


class-sym?clj

(class-sym? sym)

if-classcljmacro

(if-class class then else)

When the class can be found, this expands to the form in the then clause; when not, it expands to the form in the else clause.

When the class can be found, this expands to the form in the `then` clause;
when not, it expands to the form in the `else` clause.
raw docstring

sym->classclj

(sym->class sym)

when-classcljmacro

(when-class class & body)

When the class can be found, this expands to the body; when not, it suppresses it.

When the class can be found, this expands to the body; when not, it suppresses it.
raw docstring

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

× close