Liking cljdoc? Tell your friends :D

eg


cljs-env?clj/s

(cljs-env? env)

Take the &env from a macro, and tell whether we are expanding into cljs. source: http://blog.nberger.com.ar/blog/2015/09/18/more-portable-complex-macro-musing

Take the &env from a macro, and tell whether we are expanding into cljs.
source: http://blog.nberger.com.ar/blog/2015/09/18/more-portable-complex-macro-musing
raw docstring

deftestclj/smacro

(deftest & args)
source: http://blog.nberger.com.ar/blog/2015/09/18/more-portable-complex-macro-musing
raw docstring

egclj/smacro

(eg fn-sym & examples)

exampleclj/smacro

(example fn-sym example-pairs)

geclj/smacro

(ge fn-sym & examples)

if-cljsclj/smacro

(if-cljs then else)

Return then if we are generating cljs code and else for Clojure code. source: http://blog.nberger.com.ar/blog/2015/09/18/more-portable-complex-macro-musing

Return then if we are generating cljs code and else for Clojure code.
source: http://blog.nberger.com.ar/blog/2015/09/18/more-portable-complex-macro-musing
raw docstring

isclj/smacro

(is & args)
source: http://blog.nberger.com.ar/blog/2015/09/18/more-portable-complex-macro-musing
raw docstring

registry-refclj/s

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

× close