Liking cljdoc? Tell your friends :D

convex.form

Building common forms out of cells.

Building common forms out of cells.
raw docstring

create-accountclj

(create-account key)

Creates a form (create-account key).

Creates a form `(create-account key)`.
sourceraw docstring

create-peerclj

(create-peer key stake)

Creates a form (create-peer key stake).

Creates a form `(create-peer key stake)`.
sourceraw docstring

defclj

(def sym x)

Creates a def form which interns x under sym.

Creates a `def` form which interns `x` under `sym`.
sourceraw docstring

deployclj

(deploy code)
(deploy sym code)

Creates a deploy form which deploys code.

If sym is provided, the deploy form is embedded in a def.

Creates a `deploy` form which deploys `code`.

If `sym` is provided, the deploy form is embedded in a [[def]].
sourceraw docstring

doclj

(do cell+)

Creates a do form embedded the given cells.

Creates a `do` form embedded the given cells.
sourceraw docstring

importclj

source

quoteclj

(quote x)

Creates form which quotes x.

Creates form which quotes `x`.
sourceraw docstring

set-keyclj

(set-key key)

Creates a form (set-key key).

Creates a form `(set-key key)`.
sourceraw docstring

undefclj

(undef sym)

Opposite of def.

Opposite of [[def]].
sourceraw docstring

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

× close