<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>xenop</author_name>
  <author_url>https://blog.hatena.ne.jp/xenop/</author_url>
  <blog_title>帰ってきたYet Another わっほい</blog_title>
  <blog_url>https://xenop.hateblo.jp/</blog_url>
  <categories>
    <anon>SICP</anon>
  </categories>
  <description>(define s (list (list 1 2 3) (list 4 5 6) (list 7 8 9) (list 10 11 12))) (accumulate-n + 0 s) (22 26 30) になりゃいーのね。 こうだッ (define (accumulate-n op init seqs) (if (null? (car seqs)) '() (cons (accumulate op init (map car seqs)) (accumulate-n op init (map cdr seqs))))) 簡単ですね^o^ nilの部分を'()にしないと（サンプルプログラム…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fxenop.hateblo.jp%2Fentry%2F20080805%2F1218467197&quot; title=&quot;Exercies 2.36 - 帰ってきたYet Another わっほい&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-08-05 00:06:37</published>
  <title>Exercies 2.36</title>
  <type>rich</type>
  <url>https://xenop.hateblo.jp/entry/20080805/1218467197</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
