<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tsz</author_name>
  <author_url>https://blog.hatena.ne.jp/tsz/</author_url>
  <blog_title>tszの日記</blog_title>
  <blog_url>https://tsz.hatenadiary.org/</blog_url>
  <categories>
    <anon>SICP</anon>
  </categories>
  <description>ex2.6はチャーチ数の問題で、以前に取り組んだ時はweb上の情報をみてもさっぱり分からなかった問題です。 今回いろいろやってみて、何となく分かって来ました。 あと、素のラムダ計算を記述するためには、schemeは絶望的に向いていなそうです。大分慣れたと思っていた括弧の海に再び飲まれてしまいました...。 問題では、以下の２つの関数が示され、1,2の直接表現と足し算関数を定義せよとされています。 (define zero (lambda (f) (lambda (x) x))) (define (add-1 n) (lambda (f) (lambda (x) (f ((n f) x)))))…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftsz.hatenadiary.org%2Fentry%2F20090110%2F1231604057&quot; title=&quot; ex2.6 Church数 - tszの日記&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>2009-01-10 01:14:17</published>
  <title> ex2.6 Church数</title>
  <type>rich</type>
  <url>https://tsz.hatenadiary.org/entry/20090110/1231604057</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
