<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>fatrow</author_name>
  <author_url>https://blog.hatena.ne.jp/fatrow/</author_url>
  <blog_title>hozumiの日記</blog_title>
  <blog_url>https://fatrow.hatenadiary.org/</blog_url>
  <categories>
    <anon>Lisp</anon>
  </categories>
  <description>Lispの初歩的な事で納得できねぇと悶々していたけど、納得できた。 評価について。 クオートが付いてるのは評価されるとクオートが一つ剥がれてシンボルやリストそのものになる。クオートが付いていないリストは評価される＝関数が実行される。まず、簡単な関数。 (defn a1 [test] (if test (println &quot;hello&quot;))) 実行すると、期待通り。 user&gt; (a1 true) hello nil user&gt; (a1 false) nil 次に実行する関数を引数で渡せるバージョン。 (defn a2 [test s] (if test s)) 呼び出すときに実行したいリストをそ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffatrow.hatenadiary.org%2Fentry%2F20100416%2F1271405714&quot; title=&quot;仮引数の評価 - hozumiの日記&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-04-16 17:15:14</published>
  <title>仮引数の評価</title>
  <type>rich</type>
  <url>https://fatrow.hatenadiary.org/entry/20100416/1271405714</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
