Liking cljdoc? Tell your friends :D

peanuts.core


defcclj/smacro

(defc n f)
(defc n f opts)
source

defncclj/smacro

(defnc n & [doc-str meta-map & [args & body :as args&body]])

Takes similar arguments to defn and returns a similar result. The returned function body will be wrapped in a let-block which will conditionally rebind the function args to values of re-frame subscriptions.

Takes similar arguments to defn and returns a similar result.
The returned function body will be wrapped in a let-block which will
conditionally rebind the function args to values of re-frame subscriptions.
sourceraw docstring

fcclj/smacro

(fc f)
(fc f opts)
source

fncclj/smacro

(fnc & [opts args & body])

Returns an fn form. The returned function body will be wrapped in a let-block which will conditionally rebind the function args to values of re-frame subscriptions.

Returns an fn form.
The returned function body will be wrapped in a let-block which will
conditionally rebind the function args to values of re-frame subscriptions.
sourceraw docstring

get-associative-destructuring-vectorclj

(get-associative-destructuring-vector node)
source

rm-rl1-meta-formclj

(rm-rl1-meta-form binding)
source

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

× close