<?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>make-monitoredの仕様： 1引数の関数fを引数として取る 返り値はfが何回呼び出されたかを保持する関数mf mfは&quot;how-many-calls?&quot;を引数として渡された場合，fが呼び出された回数を返す mfは&quot;reset-count&quot;を引数として渡された場合，fが呼び出された回数を0に戻す 上記以外の引数が渡された場合，fにその引数を渡して返ってきた結果を返す こんな感じ．fのラッパを作るみたいな印象です． (define (make-monitored f) (let ((count 0)) (define (dispatch input) (cond ((eq? input '…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkiririmode.hatenablog.jp%2Fentry%2F20080220%2Fp2&quot; title=&quot;問題3.2 (3.1.1  Local State Variables) - 理系学生日記&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-02-20 00:00:01</published>
  <title>問題3.2 (3.1.1  Local State Variables)</title>
  <type>rich</type>
  <url>https://kiririmode.hatenablog.jp/entry/20080220/p2</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
