<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mzp</author_name>
  <author_url>https://blog.hatena.ne.jp/mzp/</author_url>
  <blog_title>みずぴー日記</blog_title>
  <blog_url>https://mzp.hatenadiary.org/</blog_url>
  <categories>
    <anon>Scheme</anon>
    <anon>メモ</anon>
  </categories>
  <description>プログラミングGaucheを読んでいたら、 Schemeでは作用順序評価という方法を採用しています。 (中略) 作用順序評価は、手続き適用式の手続き引数を順に評価してから、手続きを評価するモデルです。 と書いてあった。 Schemeって最左最内評価で、一番左の手続きから評価するんじゃなかったかなぁ、と思ったのでGaucheで試してみた。 gosh&gt; ((begin (display &quot;proc &quot;) (lambda (x y))) (display &quot;arg1 &quot;) (display &quot;arg2 &quot;)) arg1 arg2 proc #&lt;undef&gt; やっぱり、Gaucheとは食い違わないわな…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmzp.hatenadiary.org%2Fentry%2F20080318%2Fgauche&quot; title=&quot;Schemeの評価戦略 - みずぴー日記&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-03-18 00:00:00</published>
  <title>Schemeの評価戦略</title>
  <type>rich</type>
  <url>https://mzp.hatenadiary.org/entry/20080318/gauche</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
