<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>otherworld</author_name>
  <author_url>https://blog.hatena.ne.jp/otherworld/</author_url>
  <blog_title>oTheRwoRld</blog_title>
  <blog_url>https://otherworld.hatenadiary.org/</blog_url>
  <categories>
    <anon>elisp</anon>
  </categories>
  <description>letでローカル束縛しようとしたときに上手くいかなかったのでメモ。受け取った二つの引数をそれぞれ二分木の要素にして返す関数（のつもり）をこんな感じで定義。 (defun tree (l r) (let ((tree '((left . nil) (right . nil)))) (setcdr (assoc 'left tree) l) (setcdr (assoc 'right tree) r) tree)) これを使って以下のような使い方をすると… (tree (tree &quot;1&quot; &quot;2&quot;) (tree &quot;3&quot; &quot;4&quot;)) 理想 ((left (left . &quot;1&quot;) (right . &quot;2…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fotherworld.hatenadiary.org%2Fentry%2F20091113%2F1258090431&quot; title=&quot;ローカル束縛の挙動が直感的じゃなかった - oTheRwoRld&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-13 14:33:51</published>
  <title>ローカル束縛の挙動が直感的じゃなかった</title>
  <type>rich</type>
  <url>https://otherworld.hatenadiary.org/entry/20091113/1258090431</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
