<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shammer</author_name>
  <author_url>https://blog.hatena.ne.jp/shammer/</author_url>
  <blog_title>Shammer's Philosophy</blog_title>
  <blog_url>https://shammerism.hatenadiary.com/</blog_url>
  <categories>
    <anon>Lisp</anon>
  </categories>
  <description>LispでSocket作るときとか、他の様々な関数でもプロトタイプの中に&amp;KEYというのがあることがある。ちょっとこれについての考察、というかメモ。まず、自分でキーワードを使用した関数を定義するには、以下のようにする。 (defun keyword-func (&amp;key a b c) (list a b c))この例だと、キーワードを一つも引数に含まずにこの関数を呼び出すとエラーになる。これを少し進化させてみる。 (defun keyword-func (&amp;key (a 1) b c) (list a b c))こうすると、引数にキーワードを一つも含まないで呼び出しても、a が 1 として扱わ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshammerism.hatenadiary.com%2Fentry%2F20090315%2Fp1&quot; title=&quot;&amp;amp;key の考察 - Shammer&amp;#39;s Philosophy&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-03-15 00:00:00</published>
  <title>&amp;key の考察</title>
  <type>rich</type>
  <url>https://shammerism.hatenadiary.com/entry/20090315/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
