<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tanakaBox</author_name>
  <author_url>https://blog.hatena.ne.jp/tanakaBox/</author_url>
  <blog_title>ボクノス</blog_title>
  <blog_url>https://boxnos.hatenablog.com/</blog_url>
  <categories>
    <anon>Scheme</anon>
    <anon>Ruby</anon>
  </categories>
  <description>Rubyはinject,Schemeはreduceまたはapply。1から10まで足してみる。 Ruby injectしてみる。 (1..10).inject {|sum, i| sum + i} # =&gt; 55 う〜ん。わかりにくいな。 Scheme(Gauche) reduceで (use srfi-1) ; iota用 (reduce + 0 (iota 10 1)) ; 55 srfi-1のfoldを使う。 (fold + 0 (iota 10 1)) 55 consと一緒に使うと逆順になっちゃうので、個人的には、fold-rightがお気に入り。 JavaScript 1.8からre…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fboxnos.hatenablog.com%2Fentry%2F20071012%2F1192132760&quot; title=&quot; 畳み込み関数のメモ - ボクノス&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>2007-10-12 04:59:20</published>
  <title> 畳み込み関数のメモ</title>
  <type>rich</type>
  <url>https://boxnos.hatenablog.com/entry/20071012/1192132760</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
