<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>awacio</author_name>
  <author_url>https://blog.hatena.ne.jp/awacio/</author_url>
  <blog_title>awacio.log</blog_title>
  <blog_url>https://awacio.hatenadiary.org/</blog_url>
  <categories>
    <anon>Scheme</anon>
    <anon>SICP</anon>
  </categories>
  <description>【問題】 手続き +、* 及び list は任意個の引数をとる。そういう手続きを定義する一つの方法は、define をドット末尾記法（dotted-tail-notation）で使うことだ。手続き定義で、最後のパラメタの名前の前にドットがあるパラメタ並びは、手続きが呼び出される時、前の方のパラメタはいつものように前の方の引数になるが、最後のパラメタの値は残りの引数のリストになることを意味する。例えば、 (define (f x y . z) &lt;body&gt;) の定義なら、手続き f は二つかそれを超える個数の引数で呼び出すことができる。 (f 1 2 3 4 5 6) を評価すると、f の本体で…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fawacio.hatenadiary.org%2Fentry%2F20100429%2F1272535618&quot; title=&quot;SICP 問題 2.20（可変長引数の扱い方） - awacio.log&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>2010-04-29 19:06:58</published>
  <title>SICP 問題 2.20（可変長引数の扱い方）</title>
  <type>rich</type>
  <url>https://awacio.hatenadiary.org/entry/20100429/1272535618</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
