<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nulll</author_name>
  <author_url>https://blog.hatena.ne.jp/nulll/</author_url>
  <blog_title>nulll</blog_title>
  <blog_url>https://nulll.hatenadiary.org/</blog_url>
  <categories>
    <anon>計算機</anon>
  </categories>
  <description>Cで高階関数を書くには……関数ポインタかっ！と思い出したのはいいもの書き方をすっかり忘れていて死んだ、という話。SICP の Exercise 1.32 を参照。 (define (accumulate combiner null-value term next a b) (if (&gt; a b) null-value (combiner (term a) (accumulate combiner null-value term next (next a) b)))) ;; 1-10 の総和 (accumulate + 0 (lambda (x) x) (lambda (x) (+ x 1)) …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnulll.hatenadiary.org%2Fentry%2F20060604%2Fp2&quot; title=&quot; - nulll&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>2006-06-04 00:00:01</published>
  <title></title>
  <type>rich</type>
  <url>https://nulll.hatenadiary.org/entry/20060604/p2</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
