[plt-scheme] print-graph
Should DrScheme behave the same?
Chongkai
----- Original Message -----
From: "Eli Barzilay" <eli at barzilay.org>
To: <czhu at cs.utah.edu>
Cc: <plt-scheme at list.cs.brown.edu>
Sent: Saturday, September 16, 2006 11:06 PM
Subject: Re: [plt-scheme] print-graph
> On Sep 16, Chongkai Zhu wrote:
>> [...]
>> Is this a bug?
>
> In MzScheme I get:
>
> > (print-graph #f)
> > '#(#1=(cons 1 2) 1 #1#)
> #3((cons 1 2) 1 (cons 1 2))
> > '(#0=(list 1 2) #0#)
> ((list 1 2) (list 1 2))
> > (print-graph #t)
> > '#(#1=(cons 1 2) 1 #1#)
> #3(#0=(cons 1 2) 1 #0#)
> > '(#0=(list 1 2) #0#)
> (#0=(list 1 2) #0#)
>
> But it looks like DrScheme ignores the setting.
>
> --
> ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
> http://www.barzilay.org/ Maze is Life!
>