[plt-scheme] Undefined identifier? hey... it's defined!

From: Thomas Chust (chust at web.de)
Date: Thu Jun 25 05:46:34 EDT 2009

2009/6/24 Ryan Culpepper <ryanc at ccs.neu.edu>:
> [...]
> What would you like this to produce?
>
>  #lang scheme
>  (define a (cons 1 b))
>  (define b (cons 2 a))
>  (write a)
>
> [...]

Hello,

I think it should print #0=(1 2 . #0#) or something similar ;-)

cu,
Thomas


-- 
When C++ is your hammer, every problem looks like your thumb.


Posted on the users mailing list.