<?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>電気でも何でも良いんですけど，信号が[負の数-&gt;正の数] と遷移したときに 1，[正の数-&gt;負の数]と遷移したときに -1，その他の遷移のときに 0 を返すような &quot;信号&quot; を作成する問題です． 直感的に書けば，Alyssa が書いた以下のもので OK なんですが， (define (make-zero-crossings input-stream last-value) (cons-stream (sign-change-detector (stream-car input-stream) last-value) (make-zero-crossings (stream-cdr input-…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkiririmode.hatenablog.jp%2Fentry%2F20081016%2Fp1&quot; title=&quot;問題 3-74 (3.5.3 Exploiting the Stream Paradigm) - 理系学生日記&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-10-16 00:00:00</published>
  <title>問題 3-74 (3.5.3 Exploiting the Stream Paradigm)</title>
  <type>rich</type>
  <url>https://kiririmode.hatenablog.jp/entry/20081016/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
