<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tsz</author_name>
  <author_url>https://blog.hatena.ne.jp/tsz/</author_url>
  <blog_title>tszの日記</blog_title>
  <blog_url>https://tsz.hatenadiary.org/</blog_url>
  <categories>
    <anon>L-99</anon>
    <anon>Common Lisp</anon>
  </categories>
  <description>PAIP読書会で知り合ったid:g000001さんから、L-99を勧められたので挑戦してみる。 取りあえず1問目から。doで実装してみる。 ;;; ;;; P01 (*) Find the last box of a list. ;;; Example: ;;; * (my-last '(a b c d)) ;;; (D) (defun my-last (list) (do ((l list (cdr l))) ((not (consp (cdr l))) l))) (my-last '(1 2 3)) ; =&gt; 3 (my-last '(1 2 . 3)) ; =&gt; (2 . 3) (my-…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftsz.hatenadiary.org%2Fentry%2F20080317%2F1205767376&quot; title=&quot; P01: 最後のcons cellを見つける - tszの日記&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>2008-03-17 00:22:56</published>
  <title> P01: 最後のcons cellを見つける</title>
  <type>rich</type>
  <url>https://tsz.hatenadiary.org/entry/20080317/1205767376</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
