<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hjm333</author_name>
  <author_url>https://blog.hatena.ne.jp/hjm333/</author_url>
  <blog_title>The King's Museum</blog_title>
  <blog_url>https://hjm333.hatenablog.com/</blog_url>
  <categories>
    <anon>Scheme</anon>
  </categories>
  <description>第10章：このすべての値は何だ Scheme 手習い第 10 章。 いわゆる eval を実装する。この本では value という関数名になっているけど。 準備 リストを操作するための便利関数を事前に定義しておく。 (define (build a b) (cons a (cons b '()))) (define (first x) (car x)) (define (second x) (car (cdr x))) (define (third x) (car (cdr (cdr x)))) エントリーとテーブル（環境） new-entry (define new-entry build)…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhjm333.hatenablog.com%2Fentry%2F2020%2F10%2F19%2F143754&quot; title=&quot;Scheme 手習い（10）~ eval と apply ~ - The King&amp;#39;s Museum&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>2020-10-19 14:37:54</published>
  <title>Scheme 手習い（10）~ eval と apply ~</title>
  <type>rich</type>
  <url>https://hjm333.hatenablog.com/entry/2020/10/19/143754</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
