<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tanakaBox</author_name>
  <author_url>https://blog.hatena.ne.jp/tanakaBox/</author_url>
  <blog_title>ボクノス</blog_title>
  <blog_url>https://boxnos.hatenablog.com/</blog_url>
  <categories>
    <anon>Scheme</anon>
  </categories>
  <description>次は集合の表現に入ります。微分よりましかな。 集合について Rubyの方がちょっとわかりやすい。 和集合 [1, 2, 3] | [3, 4, 5] #=&gt; [1, 2, 3, 4, 5] 積集合 [1, 2, 3] &amp; [3, 4, 5] #=&gt; [3] Rubyは集合に強いね。 特徴 特徴として、順序が無いってこと。 [3, 4, 5] | [1, 2, 3] #=&gt; [3, 4, 5, 1, 2] うん、バラバラ。順序づけられないリストってことがよくわかった。 では、例題で積集合を作ったので、練習問題で和集合を作ってみる。 問題 2.59 積集合の逆をやればいい。 (define (un…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fboxnos.hatenablog.com%2Fentry%2F20071213%2F1197480457&quot; title=&quot; SICPを読む(71) 問題2.59 - 2.60 順序づけられないリストとしての集合 - ボクノス&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>2007-12-13 02:27:37</published>
  <title> SICPを読む(71) 問題2.59 - 2.60 順序づけられないリストとしての集合</title>
  <type>rich</type>
  <url>https://boxnos.hatenablog.com/entry/20071213/1197480457</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
