<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>syou6162</author_name>
  <author_url>https://blog.hatena.ne.jp/syou6162/</author_url>
  <blog_title>yasuhisa's blog</blog_title>
  <blog_url>https://www.yasuhisay.info/</blog_url>
  <categories>
    <anon>Gauche</anon>
    <anon>集合論</anon>
  </categories>
  <description>ここでRを使って書いたやつをGaucheを使って書いてみました。こっちのほうが素直だな。再帰使ってリスト操作とかはまあいいんだけど、文字列で出力するための部分が泥だけど、まあいいか。てか、組み込み関数に冪集合を生成する関数があるとかすごすぎるんだけど。 ;;;集合族とかを書き出す関数 (define (write-set set) (if (list? set) (if (any (lambda (x) (list? x)) set) (string-append &quot;{&quot; (string-join (map (lambda (x) (write-set x)) set)&quot;,&quot;)&quot;}&quot;) (st…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.yasuhisay.info%2Fentry%2F20080915%2F1221470306&quot; title=&quot;Gaucheでも集合関係の関数を書いてみた - yasuhisa&amp;#39;s blog&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-09-15 18:18:26</published>
  <title>Gaucheでも集合関係の関数を書いてみた</title>
  <type>rich</type>
  <url>https://www.yasuhisay.info/entry/20080915/1221470306</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
