<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>a-san</author_name>
  <author_url>https://blog.hatena.ne.jp/a-san/</author_url>
  <blog_title>a-sanの日記</blog_title>
  <blog_url>https://a-san.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>オレ言語をだらだら作ってます。 遅延評価の実装に成功しました！ たらいまわし関数がチャンと高速に動きます。 Rubyで書いた場合は以下の感じ。 # たらいまわし関数(Ruby) def tarai( x, y, z ) if x &lt;= y then y else tarai(tarai(x-1, y, z), tarai(y-1, z, x), tarai(z-1, x, y)) end end puts tarai(12, 6, 0) rubyの場合9007msかかるけれど、遅延評価を実装したオレ言語だと、55ms！ 遅延評価のない言語だと絶対出せない数字です。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fa-san.hatenadiary.org%2Fentry%2F20081005%2Fp1&quot; title=&quot; 遅延評価 - a-sanの日記&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-05 00:00:00</published>
  <title> 遅延評価</title>
  <type>rich</type>
  <url>https://a-san.hatenadiary.org/entry/20081005/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
