<div dir="ltr"><div>> Have you looked at how other implementations of Scheme do this?<br><br>I looked at chibi which has a native C impl, and racket which is insanely complex.<br></div><div>No definitive answer yet on how to resolve the edge case properly.<br></div><div><br></div>-- vyzo<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 14, 2017 at 3:28 PM, Marc Feeley <span dir="ltr"><<a href="mailto:feeley@iro.umontreal.ca" target="_blank">feeley@iro.umontreal.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
> On Sep 14, 2017, at 4:15 AM, Dimitris Vyzovitis <<a href="mailto:vyzo@hackzen.org">vyzo@hackzen.org</a>> wrote:<br>
><br>
> Can we get an implementation of equal? that works for recursive structures per r7rs?<br>
> It doesn't need to be called equal?, it can be called equal-shared? for instance.<br>
<br>
</span>Yes that would be interesting to have.<br>
<span class=""><br>
> I have an initial implementation that works with shared structures, but there is an edge case:<br>
> If there is a shared object in the structure (without recursion) it needs to be eq? to its counterpart.<br>
<br>
</span>Have you looked at how other implementations of Scheme do this?<br>
<span class="HOEnZb"><font color="#888888"><br>
Marc<br>
<br>
</font></span></blockquote></div><br></div>