<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>norisuke3</author_name>
  <author_url>https://blog.hatena.ne.jp/norisuke3/</author_url>
  <blog_title>From a Far East Island</blog_title>
  <blog_url>https://norisuke3.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>(define (copy items condition) (if (null? items) items (if (condition (car items)) (cons (car items) (copy (cdr items) condition)) (copy (cdr items) condition)))) (define (same-parity . items) (copy items (if (even? (car items)) even? odd?))) 汎用の条件式を取れるcopyを作成しておいて、same-parity用の条件をcopyに渡すようにしてみた。最初自…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnorisuke3.hatenadiary.org%2Fentry%2F20070914%2F1189737148&quot; title=&quot; 問題2.20 ドット末尾記法 - From a Far East Island&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-09-14 11:32:28</published>
  <title> 問題2.20 ドット末尾記法</title>
  <type>rich</type>
  <url>https://norisuke3.hatenadiary.org/entry/20070914/1189737148</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
