<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>moremagic</author_name>
  <author_url>https://blog.hatena.ne.jp/moremagic/</author_url>
  <blog_title>moremagic’s diary</blog_title>
  <blog_url>https://moremagic.hateblo.jp/</blog_url>
  <categories>
    <anon>Scheme手習い</anon>
  </categories>
  <description>P15 lat?を書いてみてくださいという問題。 とりあえず先のページを見ないでどれだけかけるか挑戦してみました (define atom? (lambda (x) (and (not (pair? x)) (not (null? x))))) (define (lat? n) (cond ((atom? n) true) ((null? n) true) (else (and (atom? (car n)) (lat? (cdr n)))))) (lat? (cons 1 (cons 3 4))) ; #t ん？なんかうまくいかない。(lat? (cdr n)) がうまく言ってないのかと思っ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmoremagic.hateblo.jp%2Fentry%2F20130612%2F1371017629&quot; title=&quot;lat? 実装にチャレンジ - moremagic’s diary&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>2013-06-12 15:13:49</published>
  <title>lat? 実装にチャレンジ</title>
  <type>rich</type>
  <url>https://moremagic.hateblo.jp/entry/20130612/1371017629</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
