<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kiririmode</author_name>
  <author_url>https://blog.hatena.ne.jp/kiririmode/</author_url>
  <blog_title>理系学生日記</blog_title>
  <blog_url>https://kiririmode.hatenablog.jp/</blog_url>
  <categories>
    <anon>SICP</anon>
  </categories>
  <description>目的は n 番目の要素が になるような無限ストリーム factorials を作成すること． まずは，2 つのストリームを掛け合わせる まずは，2 つのストリームを掛け合わせて，新しい無限ストリームを作るような関数 mul-stream をこさえます． (define (mul-stream s1 s2) (stream-map * s1 s2)) こさえると言っても，add-stream の演算子を変えただけだし，このあたりになると add-stream と mul-stream の共通部分を括り出してもよさそうな気がしますね! SICP でもたしか第一章で似たような話をやってたなー． そし…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkiririmode.hatenablog.jp%2Fentry%2F20080823%2Fp3&quot; title=&quot;問題3-54 (3.5.2 Infinite Streams) - 理系学生日記&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-23 00:00:02</published>
  <title>問題3-54 (3.5.2 Infinite Streams)</title>
  <type>rich</type>
  <url>https://kiririmode.hatenablog.jp/entry/20080823/p3</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
