[plt-scheme] Semantics of quote

From: Anton Tayanovskyy (anton.tayanovskyy at gmail.com)
Date: Mon Jun 23 16:39:09 EDT 2008

Yep, it's a pair. Thanks.

> (pair? '(quote a))
#t


--A


On Mon, Jun 23, 2008 at 11:35 PM, Matthias Felleisen
<matthias at ccs.neu.edu> wrote:
>
> On Jun 23, 2008, at 4:28 PM, Anton Tayanovskyy wrote:
>
>> So not all Schemes print 'a instead of (quote a).
>
> I consider those two identical as far as semantics is concerned.
> Of course, you realize that when Scheme is printing 'a, the value
> that is being printed responds with #f to symbol?
>


Posted on the users mailing list.