<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sicp-zemi</author_name>
  <author_url>https://blog.hatena.ne.jp/sicp-zemi/</author_url>
  <blog_title>SICPゼミ</blog_title>
  <blog_url>https://sicp-zemi.hatenablog.jp/</blog_url>
  <categories>
  </categories>
  <description>練習問題4.7 (define (let*-&gt;nested-lets exp) (let ((defs (car exp)) (body (cdr exp))) (if (null? (cdr defs)) (list 'let (car defs) body) (list 'let (car defs) (let*-&gt;nested-lets (pair (cdr defs) body)))))) by dolicas 問題文で言ってる派生式でうまくいくはず． 練習問題4.8 (define (let-&gt;combination exp) (if (pair? (cadr exp)) (let-…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsicp-zemi.hatenablog.jp%2Fentry%2F2017%2F03%2F21%2FSICP%25E3%2582%25BC%25E3%2583%259F%25E7%25AC%25AC42%25E5%259B%259E&quot; title=&quot;SICPゼミ第42回 - SICPゼミ&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>2017-03-21 16:24:28</published>
  <title>SICPゼミ第42回</title>
  <type>rich</type>
  <url>https://sicp-zemi.hatenablog.jp/entry/2017/03/21/SICP%E3%82%BC%E3%83%9F%E7%AC%AC42%E5%9B%9E</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
