<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>masatoi</author_name>
  <author_url>https://blog.hatena.ne.jp/masatoi/</author_url>
  <blog_title>masatoi’s blog</blog_title>
  <blog_url>https://masatoi.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>原則的には関数を使うべきだが、マクロでないとできないことがあったり、マクロでやる方が良い場合がある。 マクロでないとできないこと 関数は引数を全て評価する マクロは引数の評価を制御できる マクロでも引数全部を一回ずつ評価するようなものは関数と同じことになる。 (defun my-1+ (x) (+ 1 x)) (defmacro my-1+ (x) `(+ 1 ,x)) 引数の評価を制御することによって、以下のようなことができるようになり、これらは関数ではできないこと。 変形 setf 変数束縛 条件分岐による評価 when 複数回の評価 while 呼び出し側環境を利用する 継続 新しい環境…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmasatoi.hateblo.jp%2Fentry%2F20110320%2F1300595281&quot; title=&quot; On Lisp 8章まとめ - masatoi’s 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>2011-03-20 13:28:01</published>
  <title> On Lisp 8章まとめ</title>
  <type>rich</type>
  <url>https://masatoi.hateblo.jp/entry/20110320/1300595281</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
