<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nineties</author_name>
  <author_url>https://blog.hatena.ne.jp/nineties/</author_url>
  <blog_title>ブートストラッピングでコンパイラを作る日記</blog_title>
  <blog_url>https://nineties.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>以下の記事の「ブロックローカルで関数定義を再定義できる」という仕組みには問題がありましたのでやめることにしました。 何か別の形で矛盾なく同様の機能が使えるようにしたいと思います。 fib(n): fib(n-1) + fib(n-2) fib(0): 0 fib(1): 1 print_int(fib(10)) # -&gt; 55 { fib(0): 2 print_int(fib(10)) # -&gt; 123 (←×。外側のfib(n-1)、fib(n-2)がブロック内のfib(0)を参照してしまう。) }</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnineties.hatenadiary.org%2Fentry%2F20101114%2F1289833735&quot; title=&quot;追記 - ブートストラッピングでコンパイラを作る日記&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-14 00:08:55</published>
  <title>追記</title>
  <type>rich</type>
  <url>https://nineties.hatenadiary.org/entry/20101114/1289833735</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
