<?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>On Lispで、マッチングを勉強しようと思ったら acond2 にあたった。 ので勉強しますよ。 aif まずは、間違いバージョンから。 (define-syntax aif (syntax-rules () ((_ a b c ...) (let ((it a)) (if it b c ...))))) (aif 3 (display it) (display &quot;not 3&quot;)) Gauche で実行すると「unbound variable: it」と怒られます。 Ruiさんに教えていただいて気づいたのですが、hygienicなマクロなので当然ですね。 なので正解は以下の通り。 (defi…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhigepon.hatenablog.com%2Fentry%2F20070323%2F1174659350&quot; title=&quot; アナフォリックマクロ1 - On Lisp - 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-03-23 23:15:50</published>
  <title> アナフォリックマクロ1 - On Lisp</title>
  <type>rich</type>
  <url>https://higepon.hatenablog.com/entry/20070323/1174659350</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
