<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>e-o-n</author_name>
  <author_url>https://blog.hatena.ne.jp/e-o-n/</author_url>
  <blog_title>e-o-nのClojure日記</blog_title>
  <blog_url>https://e-o-n.hatenadiary.org/</blog_url>
  <categories>
    <anon>Clojure</anon>
  </categories>
  <description>Programming ClojureのChapter 7 Macroの途中まで読んだので、マクロを使ってみた。アナフォリックマクロを作成しようとして、sample/macro.clj (ns sample.macro) (defmacro aif [pred then] `(let [it ~pred] (if it ~then))) を定義し、実行すると、 user&gt; (use 'sample.macro) nil user&gt; (aif (+ 1 2 3) (println it)) ; Evaluation aborted. Can't let qualified name: sampl…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fe-o-n.hatenadiary.org%2Fentry%2F20091123%2F1258980564&quot; title=&quot; アナフォリックマクロ - e-o-nのClojure日記&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>2009-11-23 21:49:24</published>
  <title> アナフォリックマクロ</title>
  <type>rich</type>
  <url>https://e-o-n.hatenadiary.org/entry/20091123/1258980564</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
