[plt-scheme] Re: behavior of nested quotes in DrScheme/mzscheme
That is helpful -- thanks! However, it's still not the same as in mzscheme:
> '''''a
(list 'quote (list 'quote (list 'quote (list 'quote 'a))))
I think this might be even more confusing to a student.
Mike
Kyle Smith wrote:
>> (quote (quote (quote (quote a))))
>>
>> From a teaching standpoint, the latter is preferable. Is there any way to
>> tweak DrScheme's display so that it outputs the latter form?
>>
>> Mike
>
> C+l
> details
> check constructor type printing
>
> Hope this helps.
>
> --kyle
>
>
>
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme