<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gunsyu3</author_name>
  <author_url>https://blog.hatena.ne.jp/gunsyu3/</author_url>
  <blog_title>群衆三世</blog_title>
  <blog_url>https://gunsyu3.hatenadiary.jp/</blog_url>
  <categories>
    <anon>SICP</anon>
  </categories>
  <description>問題1.7が自分にとって異常に難しかったので1.6と併せてメモ。 問題1.6 ifを、condを利用して作った手続きで代用した場合の動作について。つまりifが特殊な形式である理由を理解するための問題。 (define (new-if predicate then-clause else-clause) (cond (predicate then-clause) (else else-clause))) これを定義して、 (define (sqrt-iter guess x) (new-if (good-enough? guess x) guess (sql-iter (imporve gues…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgunsyu3.hatenadiary.jp%2Fentry%2F20080510%2F1210390165&quot; title=&quot;勉強ノート - SICP(1.5) - 群衆三世&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>2008-05-10 12:29:25</published>
  <title>勉強ノート - SICP(1.5)</title>
  <type>rich</type>
  <url>https://gunsyu3.hatenadiary.jp/entry/20080510/1210390165</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
