Liking cljdoc? Tell your friends :D
Clojure only.

namban.clj-macros

Both clojure and clojurescript macros must be implemented in clojure.

Both clojure and clojurescript macros must be implemented in clojure.
raw docstring

defcljxcljmacro

(defcljx lvalue rvalue)

defcopy for Clojure, and def for Clojurescript.

`defcopy` for Clojure, and `def` for Clojurescript.
raw docstring

defcopycljmacro

(defcopy name orig)
(defcopy name orig doc)

Defines a copy of a var: a new var with the same root binding (if any) and similar metadata. The metadata of the copy is its initial metadata (as provided by def) merged into the metadata of the original. source: same as defalias from clojure 1.2 and downwards.

Defines a copy of a var: a new var with the same root binding (if
any) and similar metadata. The metadata of the copy is its initial
metadata (as provided by def) merged into the metadata of the original.
source: same as defalias from clojure 1.2 and downwards.
raw docstring

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

× close