<?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>Schemeにもパターンマッチがあるらしい。 8 Pattern Matching Gauche ユーザリファレンス: 11.46 util.match - パターンマッチング 知らなかった・・・使ってみる。 (require (lib &quot;match.ss&quot;)) (match '(1 2 3) ((a b c) (list c b a)) (_ 'else)) ; (3 2 1) ほぉぉぉ。Haskell風にリストを扱う。 (define double (match-lambda (() '()) ((x . xs) (cons (* x 2) (double xs))))) (double …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fboxnos.hatenablog.com%2Fentry%2F20080423%2F1208931708&quot; title=&quot; パターンマッチ使ってみた。 - ボクノス&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-04-23 15:21:48</published>
  <title> パターンマッチ使ってみた。</title>
  <type>rich</type>
  <url>https://boxnos.hatenablog.com/entry/20080423/1208931708</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
