Liking cljdoc? Tell your friends :D

mount.tools.macrovich

From https://github.com/cgrand/macrovich. Licensed under EPL v1. Copyright Cristophe Grand.

From https://github.com/cgrand/macrovich. Licensed under EPL v1.
Copyright Cristophe Grand.
raw docstring

caseclj/s≠macro

clj
(case & {:keys [cljs clj]})
cljs
(case &form &env & {:keys [cljs clj]})
source (clj)source (cljs)

deftimeclj/s≠macro

clj
(deftime & body)
cljs
(deftime &form &env & 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.
source (clj)source (cljs)raw docstring

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

× close