[plt-scheme] Semantics of quote

From: Eli Barzilay (eli at barzilay.org)
Date: Tue Jun 24 00:20:52 EDT 2008

On Jun 23, Matthias Felleisen wrote:
> 
> On Jun 23, 2008, at 7:24 PM, Robby Findler wrote:
> 
> > While what Carl says is true, I believe the spirit of the question is
> > more like "why isn't constructor (or quasiquote) printing the default
> > for the 'scheme' and related languages"?
> >
> > To which I say "I have suggested this myself! :)"
> 
> By all means, go for it!

-1 -- since this runs into a bunch of messes like not going well with
pretty printing, or unprintable values like (list +)...
-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.