<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>suu-g</author_name>
  <author_url>https://blog.hatena.ne.jp/suu-g/</author_url>
  <blog_title>suu-g's diary</blog_title>
  <blog_url>https://suu-g.hateblo.jp/</blog_url>
  <categories>
    <anon>Lisp</anon>
  </categories>
  <description>さて、 The Little Schemer の第七章は &quot;Friends and Relations&quot; 。 この章の内容を一言で言うと、「小さなツールを作っておくと論理がよく見えるようになる」。要するにボトムアッププログラミングの有効性についてだ。 それから、主題には出てこないけれどもひそかに出現しているのが「関数を定義する際に、中にある関数は定義されていなくても良い」というLispの特長。 (defun pick-first (list) (cond ((nil? list) nil) (t (first list)))) とか定義したあとに、 (defun nil? (a) (null …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsuu-g.hateblo.jp%2Fentry%2F20080316%2F1205676658&quot; title=&quot;The Little Schemer 第七章 - suu-g&amp;#39;s diary&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-16 23:10:58</published>
  <title>The Little Schemer 第七章</title>
  <type>rich</type>
  <url>https://suu-g.hateblo.jp/entry/20080316/1205676658</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
