<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>javascripter</author_name>
  <author_url>https://blog.hatena.ne.jp/javascripter/</author_url>
  <blog_title>素人がプログラミングを勉強していたブログ</blog_title>
  <blog_url>https://javascripter.hatenablog.com/</blog_url>
  <categories>
    <anon>gauche</anon>
  </categories>
  <description>マクロおもしろいなあ。 #!/usr/bin/env gosh (define-macro (ca..r n) (string-&gt;symbol (make-string n #\a)) `(define ( ,(string-&gt;symbol (string-append &quot;c&quot; (make-string n #\a) &quot;r&quot;)) lis) (define (/lis lis i) (if (&gt; i 0) (/lis (car lis) (- i 1)) lis)) (/lis lis ,n))) (ca..r 3) (ca..r 10) (print (caar '((1 . 2) . 3))…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fjavascripter.hatenablog.com%2Fentry%2F20081008%2F1223458498&quot; title=&quot;関数を定義するマクロ - 素人がプログラミングを勉強していたブログ&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-10-08 18:34:58</published>
  <title>関数を定義するマクロ</title>
  <type>rich</type>
  <url>https://javascripter.hatenablog.com/entry/20081008/1223458498</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
