<?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>何らかの処理の書かれたファイルを読み込み、その返り値を受け取る、ということができないか試してみた。単純にloadしただけでは、ファイルのPATHが返されて期待した動作にならなかった。 ? (defparameter x (load &quot;/tmp/aaaa.lisp&quot;)) X ? x #P&quot;/tmp/aaaa.lisp&quot; ? (quit) ちなみに中身は (let ((a &quot;100&quot;)) a)) となっていて、文字列の100が返されるようになっている。このファイルをwith-standard-io-syntaxで読み込みしても同じようにファイルのPATHが返される。 ? (defparameter…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshammerism.hatenadiary.com%2Fentry%2F20150625%2Fp1&quot; title=&quot;Clozure CL で load したファイルの返り値を受け取れるか - 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>2015-06-25 00:00:00</published>
  <title>Clozure CL で load したファイルの返り値を受け取れるか</title>
  <type>rich</type>
  <url>https://shammerism.hatenadiary.com/entry/20150625/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
