[plt-scheme] consing returned vectors

From: George Herson (gherson at snet.net)
Date: Sat Dec 23 23:10:49 EST 2006

hi,

The below returns (#0=#4(a b c d) #0#).  
Shouldn't it return (#4(a b c d) #4(a b c d)) instead?

(define abcd (lambda ()
               '#(a b c d)))
(cons (abcd)(cons (abcd) '()))


thanks,
George

Pretty Big, DrScheme v360, WinXP 


Posted on the users mailing list.