Liking cljdoc? Tell your friends :D

gogo.core


go-ifcljmacro

(go-if tst then else?)
source

go-if-letcljmacro

(go-if-let bindings then)
(go-if-let bindings then else & oldform)

Like if-let, but wrapped in a go block.

Like `if-let`, but wrapped in a `go` block.
sourceraw docstring

go-if-notcljmacro

(go-if-not tst then else?)
source

go-letcljmacro

(go-let bindings & body)
source

go-whencljmacro

(go-when tst & body)
source

go-when-letcljmacro

(go-when-let bindings & body)
source

go-when-notcljmacro

(go-when-not tst & body)
source

go-whilecljmacro

(go-while tst & body)
source

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

× close