Liking cljdoc? Tell your friends :D

std.lang.model.spec-r


!.Rcljmacro

(!.R & body)

+book+clj


+features+clj


+grammar+clj


+init+clj


+meta+clj


+template+clj


blockcljmacro


def$.Rcljmacro

(def$.R & body)

def.Rcljmacro

(def.R & body)

defgen.Rcljmacro

(defgen.R & body)

defglobal.Rcljmacro

(defglobal.R & body)

defmacro.Rcljmacro

(defmacro.R & body)

defptr.Rcljmacro

(defptr.R & body)

defrun.Rcljmacro

(defrun.R & body)

deftemp.Rcljmacro

(deftemp.R & body)

tf-defnclj

(tf-defn [_ sym args & body])

function declaration for python

(tf-defn '(defn hello [x y] (return (+ x y)))) => '(def hello (fn [x y] (return (+ x y))))

(!.R (defn ^{:inner true} hello [x y] (+ x y)) (hello 1 2)) => 3

function declaration for python

(tf-defn '(defn hello [x y] (return (+ x y))))
=> '(def hello (fn [x y] (return (+ x y))))

(!.R
 (defn ^{:inner true}
   hello [x y] (+ x y))
 (hello 1 2))
=> 3
raw docstring

tf-for-arrayclj

(tf-for-array [_ [e arr] & body])

transform for for:array

transform for `for:array`
raw docstring

tf-for-indexclj

(tf-for-index [_ [i [start end step]] & body])

transform for for:index

transform for `for:index`
raw docstring

tf-for-iterclj

(tf-for-iter [_ [e it] & body])

transform for for:iter

transform for `for:iter`
raw docstring

tf-for-objectclj

(tf-for-object [_ [[k v] m] & body])

transform for for:object

transform for `for:object`
raw docstring

tf-for-returnclj

(tf-for-return [_ [[res err] statement] {:keys [success error]}])

transform for for:return

transform for `for:return`
raw docstring

tf-infix-ifclj

(tf-infix-if [_ expr & args])

transform for infix if

transform for infix if
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close