<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Kojo_Sugita</author_name>
  <author_url>https://blog.hatena.ne.jp/Kojo_Sugita/</author_url>
  <blog_title>御手洗特急途中下車</blog_title>
  <blog_url>https://kojo-sugita.hatenadiary.org/</blog_url>
  <categories>
    <anon>Scheme</anon>
  </categories>
  <description>※ 以下はScheme初心者である私の勉強用のメモです。 間違っている可能性がありますので注意してください。リスト 最後が空リストで終わっているペアをリストという。例 &gt; (cons 1 (cons 2 (cons 3 ()))) リストを生成する リストはlist式を使用することで簡単に生成することができる。一般形 (list 式1 式2 ・・・ 式n) 例 &gt; (list 1 2 3) (1 2 3) &gt; (list (+ 1 2) (* 3 4) 5) (3 12 5) &gt; (list (list 1 2) (list 3 4 5)) ;入れ子になったリスト (( 1 2) (3 4 5…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkojo-sugita.hatenadiary.org%2Fentry%2F20080817%2F1218983665&quot; title=&quot;Schemeでリストを使用する - 御手洗特急途中下車&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>https://cdn-ak.f.st-hatena.com/images/fotolife/K/Kojo_Sugita/20100109/20100109190459.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-08-17 23:34:25</published>
  <title>Schemeでリストを使用する</title>
  <type>rich</type>
  <url>https://kojo-sugita.hatenadiary.org/entry/20080817/1218983665</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
