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?
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?