MP
"ну в проде-то у нас жава/питон/..."
Size: a a a
MP
VM
MP
DL
VM
Д
(= '(defn a [x]
(+ 1 x))
'(defn a [x]
(+ 1 x)))
DL
Д
DL
Д
DL
DL
Д
DL
(= (quote (defn a [x]
(+ 1 x)))
(quote (defn a [x]
(+ 1 x))))
DL
quote
(quote form)
Special Form
Yields the unevaluated form.
Д
OR
quote
(quote form)
Special Form
Yields the unevaluated form.
Д
LL
OR