<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>higepon</author_name>
  <author_url>https://blog.hatena.ne.jp/higepon/</author_url>
  <blog_title>higepon blog</blog_title>
  <blog_url>https://higepon.hatenablog.com/</blog_url>
  <categories>
    <anon>Scheme</anon>
    <anon>SICP</anon>
  </categories>
  <description>実装というか設計に迷いが。 (begin (define func (lambda (a) &quot;test&quot;)) (func 3) )まず前提として、上の式を評価すると、&quot;test&quot; が返ることが期待されます。（Gaucheで試しました） SICPによれば(func 3)は以下の順に評価されます。 1. (予約語でない語句 数値)という形なので関数適用と判断される 2. なのでまず func が evalされます。 3. 次に 3が evalされます。数値は self-evaluatingなので評価されても3のままです。 4. 2, 3の evalの結果をapplyで実行します。 具体的なコードは…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhigepon.hatenablog.com%2Fentry%2F20060719%2F1153323855&quot; title=&quot;関数型言語の勉強にSICPを読もう - (59) 4章 - 超言語的抽象(220ページ) C++でSchemeインタプリタを作ろう8 - higepon 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>http://images-jp.amazon.com/images/P/489471163X.09.MZZZZZZZ.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2006-07-19 00:44:15</published>
  <title>関数型言語の勉強にSICPを読もう - (59) 4章 - 超言語的抽象(220ページ) C++でSchemeインタプリタを作ろう8</title>
  <type>rich</type>
  <url>https://higepon.hatenablog.com/entry/20060719/1153323855</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
