[plt-scheme] Help with #0 and #0# notation in the REPL

From: Grant Rettke (grettke at acm.org)
Date: Mon Jan 28 20:26:43 EST 2008

In the rep if you do

(define a (cons 'a null))
(set-cdr! a a)
a
> #0=(a . #0#)

The writer shows you an improper list notation, but what is the #0 and #0#?

Neither show up in the help desk.


Posted on the users mailing list.