<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>higepon</author_name>
  <author_url>https://blog.hatena.ne.jp/higepon/</author_url>
  <blog_title>higepon blog</blog_title>
  <blog_url>https://higepon.hatenablog.com/</blog_url>
  <categories>
    <anon>scheme</anon>
    <anon>r6rs</anon>
  </categories>
  <description>mutable pair のテストを実行していたらネイティブのスタックオーバーフローに。 これはかの有名な循環構造における equal? の停止性問題じゃないですか。 こういうケースはR5RSでは停止しなくても別によいのですが、R6RSでは明確に停止すると決まってる。 (let ((x (list 'a 'b 'c 'a)) (y (list 'a 'b 'c 'a 'b 'c 'a))) (set-cdr! (list-tail x 2) x) (set-cdr! (list-tail y 5) y) (equal? x y)) ちなみにGauche は停止しません。（R5RSだから正しい動…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhigepon.hatenablog.com%2Fentry%2F20080818%2F1219068795&quot; title=&quot; R6RS の equal? の停止性について - higepon blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-08-18 23:13:15</published>
  <title> R6RS の equal? の停止性について</title>
  <type>rich</type>
  <url>https://higepon.hatenablog.com/entry/20080818/1219068795</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
