Eval, Apply, and Funcall
Start Quantum again and reproduce what you see in the Quantum session below.
Functions
Eval,
Apply, and
Funcall
cause evaluation. Special functions
Quote
and
Bquote
prevent evaluation of their arguments. You can use
'f
and
`f
instead of
(Quote f)
and
(Bquote f)
because quote and backquote syntax are built into
Read
and
Print.
|