<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tmurata</author_name>
  <author_url>https://blog.hatena.ne.jp/tmurata/</author_url>
  <blog_title>tmurataの日記</blog_title>
  <blog_url>https://tmurata.hatenadiary.org/</blog_url>
  <categories>
    <anon>SICP</anon>
  </categories>
  <description>2010/03/17 evalでlookup-variable-valueのトコが間違ってたので修正 2010/03/16 4.9のmake-named-letに合わせてmake-letを修正問題のlet*式の例 (let* ((x 3) (y (+ x 2)) (z (+ x y 5))) (* x z)) ; 39 これは以下のようなletに書き換えることが可能である。 (let ((x 3)) (let ((y (+ x 2))) (let ((z (+ x y 5))) (* x z)))) ; 39 ということで以下の要領でlet*-&gt;nested-letsを実装する。 let*関連…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftmurata.hatenadiary.org%2Fentry%2F20100315%2F1268658001&quot; title=&quot;SICP問題4.7 - tmurataの日記&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-03-15 22:00:01</published>
  <title>SICP問題4.7</title>
  <type>rich</type>
  <url>https://tmurata.hatenadiary.org/entry/20100315/1268658001</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
