chibi-scheme icon indicating copy to clipboard operation
chibi-scheme copied to clipboard

equal? from (scheme base) not halting when it should

Open sham1 opened this issue 1 year ago • 0 comments

Earlier today, I noticed a bug when I inputted the following forms in the REPL:

(import (scheme base))
(equal? '#1=(#1# . #1#) '#2=(#2# . #2#))

Instead of this halting as expected and required by R7RS, it instead goes into an infinite loop.

sham1 avatar Jul 27 '23 17:07 sham1