<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ibense</author_name>
  <author_url>https://blog.hatena.ne.jp/ibense/</author_url>
  <blog_title>ibenseの日記</blog_title>
  <blog_url>https://ibense.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>６章（リスト）まで読んだ p.53でリストをコピーする手続きを作るのだけど、「コピーする」ということへの理解にちょっと自信がない。 (define (copy-list lis) (if (pair? lis) (cons (car lis) (copy-list (cdr lis))) lis)) この copy-list 手続きについて、このように書いてある。 (ただし、ここでのコピーはリストを構成する対を複製することとします。リストの要素(car側)に別のリストがあったとしても、それはコピーしません) つまり、「consは新しい対を作るが、carやcdrは渡されたlistの該当部分&quot;その…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fibense.hatenadiary.org%2Fentry%2F20080318%2Fp1&quot; title=&quot;プログラミングGauche (〜p.60) - ibenseの日記&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>https://cdn-ak.f.st-hatena.com/images/fotolife/i/ibense/20080319/20080319025129.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-03-18 00:00:00</published>
  <title>プログラミングGauche (〜p.60)</title>
  <type>rich</type>
  <url>https://ibense.hatenadiary.org/entry/20080318/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
