<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>syou6162</author_name>
  <author_url>https://blog.hatena.ne.jp/syou6162/</author_url>
  <blog_title>yasuhisa's blog</blog_title>
  <blog_url>https://www.yasuhisay.info/</blog_url>
  <categories>
    <anon>Gauche</anon>
  </categories>
  <description>6.6の「Programing Gauche p54のappend2という手続き」ところね。 普通(？)の再帰 定義と書きくだしてみたやつを載せてみる。最後まで計算しないと全然計算が進んでいないことに注目。 (define (length lis) (if (null? lis) 0 (+ 1 (length (cdr lis))))) (length '(1 2 3)) (+ 1 (length (cdr '(1 2 3)))) (+ 1 (length '(2 3))) (+ 1 (+ 1 (length (cdr '(2 3))))) (+ 1 (+ 1 (length '(3)))) …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.yasuhisay.info%2Fentry%2F20080321%2F1206038913&quot; title=&quot;2種類の再帰でlengthを定義する - yasuhisa&amp;#39;s 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-03-21 03:48:33</published>
  <title>2種類の再帰でlengthを定義する</title>
  <type>rich</type>
  <url>https://www.yasuhisay.info/entry/20080321/1206038913</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
