<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>a666666</author_name>
  <author_url>https://blog.hatena.ne.jp/a666666/</author_url>
  <blog_title>@kyanny's blog</blog_title>
  <blog_url>https://blog.kyanny.me/</blog_url>
  <categories>
  </categories>
  <description>あれから The Little Schemer の第八章を何度か読み直している。特に後半の継続のところはわからないのでわかるまで読もうと思って今日も読んだ。読んだだけではわからないので模写したり自分でもっと単純そうなのを書いたりした。いま、動作の仕組みがわかった気がするので試しに書いておく。まず occur という関数を考える。アトムとリストを受け取り、リストの中にアトムが何回出現したか数える。 (define occur (lambda (a lat) (cond ((null? lat) 0) ((eq? (car lat) a) (+ 1 (occur a (cdr lat)))) (e…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.kyanny.me%2Fentry%2F20100814%2F1281732359&quot; title=&quot;The Little Schemer Chapter 8 継続について (1) - @kyanny&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>2010-08-14 05:45:59</published>
  <title>The Little Schemer Chapter 8 継続について (1)</title>
  <type>rich</type>
  <url>https://blog.kyanny.me/entry/20100814/1281732359</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
