<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tatsumi83</author_name>
  <author_url>https://blog.hatena.ne.jp/tatsumi83/</author_url>
  <blog_title>百光年ピクニック</blog_title>
  <blog_url>https://tatsumi83.hatenadiary.org/</blog_url>
  <categories>
    <anon>Scheme</anon>
  </categories>
  <description>特に応用はないのかなあと思っていたんだけど、全然そんなこともないようです。 さあ、Yコンビネータ(不動点演算子)を使おう！ - よくわかりません ということで、上記サイトを参考にY Combinatorをメモ化して、再帰関数のメモ化を手軽にできるようにしてみる。 関数のメモ化 (define (memoize func) (let* ((cache (make-hash-table 'equal?)) (getCache (cut hash-table-get cache &lt;&gt; #f)) (setCache! (lambda (key value) (hash-table-put! cache…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftatsumi83.hatenadiary.org%2Fentry%2F20101125%2F1290653591&quot; title=&quot;Y Combinator応用 - 百光年ピクニック&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>2010-11-25 11:53:11</published>
  <title>Y Combinator応用</title>
  <type>rich</type>
  <url>https://tatsumi83.hatenadiary.org/entry/20101125/1290653591</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
