<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ikemonn</author_name>
  <author_url>https://blog.hatena.ne.jp/ikemonn/</author_url>
  <blog_title>ikemonn's blog</blog_title>
  <blog_url>https://ikemonn.hatenablog.com/</blog_url>
  <categories>
    <anon>Lisp</anon>
  </categories>
  <description>グローバル変数の定義 トップレベル変数（グローバルにて意義される変数）を定義するためにdefparameterを使う。 **はローカル変数と区別するためにつけておくと良い。 &gt; (defparameter *small* 1) *SMALL* 同じ名前でトップレベル変数を定義すると上書きされる。 &gt; (defparameter *small* 1) &gt; *small* 1 &gt; (defparameter *small* 2) &gt; *small* 2 ただし、defvarを使うと上書きされない。 &gt; (defvar *foo* 1) &gt; *foo* 1 &gt; (defvar *foo* 2) &gt; …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fikemonn.hatenablog.com%2Fentry%2F2014%2F01%2F05%2F132402&quot; title=&quot;【Lisp】Land of Lisp 2章 - ikemonn&amp;#39;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>http://ecx.images-amazon.com/images/I/41CAmbpToSL.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-01-05 13:24:02</published>
  <title>【Lisp】Land of Lisp 2章</title>
  <type>rich</type>
  <url>https://ikemonn.hatenablog.com/entry/2014/01/05/132402</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
