[plt-scheme] behavior of nested quotes in DrScheme/mzscheme
Michael Vanier
mvanier at cs.caltech.edu
Fri Dec 1 16:39:18 EST 2006
I stumbled on this odd bit of behavior just now. In DrScheme (pretty big Scheme
language level), evaluating
'''''a
gives
''''a
but in mzscheme it gives
(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
More information about the plt-scheme
mailing list