[plt-scheme] Simple scheme idiom?

From: Eli Barzilay (eli at barzilay.org)
Date: Fri Sep 15 20:14:36 EDT 2006

On Sep 15, czhu at cs.utah.edu wrote:
> Seems that something is wrong with you DrScheme. #?# where ? should
> be an exact nonnegtive interger, is used to print sharing in
> data. In this case, there is no sharing. On my DrScheme, I tried you
> program, and it works fine (give the same output as mzscheme).

"#?#" is how Swindle stops printout in levels that are dipper than
`*print-level*'.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.