(<?* ch handler)
(<?* ch predicate? handler)
repeatedly consumes
repeatedly consumes
(<?_ ch & body)
like <? but swallow data by wrapping the body inside a function
like <? but swallow data by wrapping the body inside a function
(cljs-env? env)
Take the &env from a macro, and tell whether we are expanding into cljs.
Take the &env from a macro, and tell whether we are expanding into cljs.
(when-cljs then)
Return then if we are generating cljs code and else for Clojure code. https://groups.google.com/d/msg/clojurescript/iBY5HaQda4A/w1lAQi9_AwsJ
Return then if we are generating cljs code and else for Clojure code. https://groups.google.com/d/msg/clojurescript/iBY5HaQda4A/w1lAQi9_AwsJ
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close