Liking cljdoc? Tell your friends :D
Mostly clj/s.
Exceptions indicated.

async-error.core


<?clj/smacro

(<? ch)

Like <! but throws errors.

Like <! but throws errors.
sourceraw docstring

<??clj

(<?? ch)

Like <!! but throws errors.

Like <!! but throws errors.
sourceraw docstring

cljs-env?clj

(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.
sourceraw docstring

go-tryclj/smacro

(go-try & body)

Like go but catches the first thrown error and returns it.

Like go but catches the first thrown error and returns it.
sourceraw docstring

if-cljsclj/smacro

(if-cljs then else)

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
sourceraw docstring

throw-errclj/s

(throw-err e)
source

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

× close