<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ayato0211</author_name>
  <author_url>https://blog.hatena.ne.jp/ayato0211/</author_url>
  <blog_title>(define -ayalog '())</blog_title>
  <blog_url>https://ayato.hateblo.jp/</blog_url>
  <categories>
    <anon>Scheme</anon>
  </categories>
  <description>僕が初めてSchemeに出会ってから早いもので1ヶ月が経ちました。 まだ色々と未熟です。少しづつ少しづつ勉強して、理解を深めているので自然と時間がかかってしまう。。まぁそんなこんなで今日はScheme手習いからlat?の問題。lat?とは本の中ではリストの中が全てatomかどうかを判断する関数ですね。 さくっと書いてみます。 (define lat? (lamda (l) (cond ((null? l) #t) ((atom? (car l)) (lat? (cdr l))) (else #f))))よく分からないから何度も同じとこを呼んでるうちに覚えてしまった。。。 それはいいとして、この…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fayato.hateblo.jp%2Fentry%2F20111206%2F1323146194&quot; title=&quot;EmacsでGauche使ってるんだけど、Scheme手習い読んでて今更気づいたこと。 - (define -ayalog &amp;#39;())&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/41OG665OkZL.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-12-06 13:36:34</published>
  <title>EmacsでGauche使ってるんだけど、Scheme手習い読んでて今更気づいたこと。</title>
  <type>rich</type>
  <url>https://ayato.hateblo.jp/entry/20111206/1323146194</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
