<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>higepon</author_name>
  <author_url>https://blog.hatena.ne.jp/higepon/</author_url>
  <blog_title>higepon blog</blog_title>
  <blog_url>https://higepon.hatenablog.com/</blog_url>
  <categories>
    <anon>scheme</anon>
  </categories>
  <description>末尾呼出し最適化はコンパイル時に行われている。 末尾か？どうかの判定に tail? を定義。 (define (tail? next) (and (pair? next) (eq? (car next) 'return))) next expression が return であれば末尾と判定する。分かりやすい。 理解のために実際に最適化 ON / OFF で何が違うのかを見比べてみる。 ((lambda (a) ((lambda (b) 3))) 4) =&gt; (frame () (constant 4 (argument (close (a) (close (b) (constant 3 (…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhigepon.hatenablog.com%2Fentry%2F20071025%2F1193280692&quot; title=&quot; 末尾呼出し最適化 - Scheme VM のお勉強 - higepon blog&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>2007-10-25 11:51:32</published>
  <title> 末尾呼出し最適化 - Scheme VM のお勉強</title>
  <type>rich</type>
  <url>https://higepon.hatenablog.com/entry/20071025/1193280692</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
