Liking cljdoc? Tell your friends :D

org.httpkit.utils


compile-ifcljmacro

(compile-if test then else)
Evaluates `test`. If it returns logical true (and doesn't throw), expands
to `then`, otherwise expands to `else`.
source

java-version>=clj

(java-version>= n)
source

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

× close