What is ‘ (apostrophe) in Lisp / Scheme?

The form 'foo is simply a faster way to type the special form

(quote foo)

which is to say, “do not evaluate the name foo replacing it with its value; I really mean the name foo itself”.

I think SISC is perfectly fine for exploring the exercises in TLS.

Leave a Comment