Re: Error when defining circular list using datum labels

2021-10-10 Thread Chris Hanson
Yes, this is a known bug. On Oct 10, 2021, 6:33 AM -0700, Tim Lee , wrote: > I tried evaluate this expression found on page 32 of the R7RS-small > standard: > > '#1=(a b . #1#) > > However, the datum label causes an error in MIT Scheme 11.2: > > ;Reference to non-shared object: #1# > > Is this a

Error when defining circular list using datum labels

2021-10-10 Thread Tim Lee
I tried evaluate this expression found on page 32 of the R7RS-small standard: '#1=(a b . #1#) However, the datum label causes an error in MIT Scheme 11.2: ;Reference to non-shared object: #1# Is this a bug in MIT Scheme?