<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shigemk2</author_name>
  <author_url>https://blog.hatena.ne.jp/shigemk2/</author_url>
  <blog_title>by shigemk2</blog_title>
  <blog_url>https://www.shigemk2.com/</blog_url>
  <categories>
    <anon>勉強会</anon>
  </categories>
  <description>1.3 高階手続きによる抽象 gosh&gt; (define (cube x) (* x x x)) cube gosh&gt; (cube 3) 27 強力なプログラム言語への要請の一つは, よくあるパターンに名前をつけて抽象化し, その抽象を直接使って仕事をする能力である 手続きを引数としてとり, 手続きを値として返す手続きが構成→高階手続き 1.3.1 引数としての手続き (define (sum-integers a b) (if (&gt; a b) 0 (+ a (sum-integers (+ a 1) b)))) sum-integers gosh&gt; (sum-integers 1 2) 3 …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.shigemk2.com%2Fentry%2Fsicp7&quot; title=&quot;SICP（計算機プログラムの構造と解釈 第二版）を読む会 #yomukai - by shigemk2&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://cdn-ak.f.st-hatena.com/images/fotolife/s/shigemk2/20150609/20150609222516.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2015-06-09 23:03:48</published>
  <title>SICP（計算機プログラムの構造と解釈 第二版）を読む会 #yomukai</title>
  <type>rich</type>
  <url>https://www.shigemk2.com/entry/sicp7</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
