<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mzp</author_name>
  <author_url>https://blog.hatena.ne.jp/mzp/</author_url>
  <blog_title>みずぴー日記</blog_title>
  <blog_url>https://mzp.hatenadiary.org/</blog_url>
  <categories>
    <anon>LISP</anon>
  </categories>
  <description>CommonLispでは、別メモリに確保されている構造体は、equalでもtにならない。 (defstruct hoge name) (setf a (make-hoge :name &quot;hoge&quot;)) (setf b (make-hoge :name &quot;hoge&quot;)) (equal a b) ; =&gt; nilそこで、使うのがequalp。 (equalp a b) ; =&gt; t 定義 COMMON LISP 第2版によると、equalpは次のように定義されている。(構造体回りだけを抜粋) 片方が:typeが指定されていて、もう片方が指定されていないならnilを返す 名前(defstructで指…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmzp.hatenadiary.org%2Fentry%2F20061118%2F1163814920&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>2006-11-18 10:55:20</published>
  <title>構造体の比較</title>
  <type>rich</type>
  <url>https://mzp.hatenadiary.org/entry/20061118/1163814920</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
