<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>t2y-1979</author_name>
  <author_url>https://blog.hatena.ne.jp/t2y-1979/</author_url>
  <blog_title>forest book</blog_title>
  <blog_url>https://t2y.hatenablog.jp/</blog_url>
  <categories>
    <anon>gauche</anon>
  </categories>
  <description>呼称: リストの簡単な処理 目的: Gauche のリスト処理の再帰呼び出しに慣れる 備考: car/cdr で再帰呼び出しするのが基本(？)慣れないうちは「Scheme とこういうものだ」と思って付き合うべし、とあったのでサンプルをそのまま写経して体で覚える。条件や手続きは違っても car/cdr を引数に再起呼び出ししているのが共通点。 (define (last-pair lis) (if (pair? (cdr lis)) (last-pair (cdr lis)) lis)) (define (copy-list lis) (if (pair? lis) (cons (car lis…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ft2y.hatenablog.jp%2Fentry%2F20080904%2F1220487660&quot; title=&quot;Gauche のリスト処理手続き : 3 - forest book&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-09-04 09:21:00</published>
  <title>Gauche のリスト処理手続き : 3</title>
  <type>rich</type>
  <url>https://t2y.hatenablog.jp/entry/20080904/1220487660</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
