Liking cljdoc? Tell your friends :D
All platforms.

borkdude.dynaload.macros


deftimeclj/smacro

(deftime & body)

This block will only be evaluated at the correct time for macro definition, at other times its content are removed. For Clojure it always behaves like a do block. For Clojurescript/JVM the block is only visible to Clojure. For self-hosted Clojurescript the block is only visible when defining macros in the pseudo-namespace.

This block will only be evaluated at the correct time for macro definition, at other times its content
are removed.
For Clojure it always behaves like a `do` block.
For Clojurescript/JVM the block is only visible to Clojure.
For self-hosted Clojurescript the block is only visible when defining macros in the pseudo-namespace.
sourceraw docstring

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

× close