<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>willowlet</author_name>
  <author_url>https://blog.hatena.ne.jp/willowlet/</author_url>
  <blog_title>willowletの日記</blog_title>
  <blog_url>https://willowlet.hatenadiary.org/</blog_url>
  <categories>
    <anon>Gauche</anon>
    <anon>日記</anon>
  </categories>
  <description>ストリームは遅延評価されるリスト。遅延評価も興味あるけど、この本「プログラミングGauche」では、索引を見る限り、ここでしか遅延評価の話は出てこないようだ。さて、ストリームによるフィボナッチ数列が出てきた。フィボナッチ数列のN番目の数を得る計算について、他の手法との計算速度の比較をしてみる。まずはそれぞれの手法の定義から。 この本に載っていたストリームによるフィボナッチ数列の定義。 (define fib (stream-cons 0 (stream-cons 1 (stream-map + fib (stream-cdr fib))))) フィボナッチ数列のN番目の数を得る素朴な手続きの定…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwillowlet.hatenadiary.org%2Fentry%2F20091219%2F1261197204&quot; title=&quot;プログラミングGauche p.226 ストリームによるフィボナッチ数列の速さ - willowletの日記&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>2009-12-19 13:33:24</published>
  <title>プログラミングGauche p.226 ストリームによるフィボナッチ数列の速さ</title>
  <type>rich</type>
  <url>https://willowlet.hatenadiary.org/entry/20091219/1261197204</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
