<?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>手続きの inline 展開に再び挑む。 begin問題 inline 展開は1つのS式を受け取り、1つ以上のS式を返す。そのことから inline 展開される文脈次第では begin で囲まなければいけない。 (define (func x y) (x) (y)) (if (func a b) c d) =&gt; (if (begin (a) (b)) c d) こういうの。 副作用問題 引数に手続きを渡された場合、そのまま展開するとまずい場合がある。 (define (hoge a) (+ a a)) (hoge (read)) =&gt; (+ (read) (read)) ;; これはまずい 引…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhigepon.hatenablog.com%2Fentry%2F20080115%2F1200409170&quot; title=&quot; inline展開再び - 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>2008-01-15 23:59:30</published>
  <title> inline展開再び - Scheme VM</title>
  <type>rich</type>
  <url>https://higepon.hatenablog.com/entry/20080115/1200409170</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
