<?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>Common Lispには、map系関数が色々あるみたい。 mapcar mapcarはSchemeで言う所のmap。 maplist maplistは、carの代わりにcdr(リスト?)を取るmap。 (maplist #'(lambda (x) x) '(a b c)) ;((A B C) (B C) (C)) うは、便利そうだ。Schemeだと、srfi-1のpair-fold-rightが似た感じで使える。 (pair-fold-right cons '() '(a b c)) ; ((a b c) (b c) (c)) pair-fold-rightはステキだ!!maplistのSc…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fboxnos.hatenablog.com%2Fentry%2F20080106%2F1199604456&quot; title=&quot; ACL(3) 3.7 マッピング関数 - ボクノス&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-01-06 16:27:36</published>
  <title> ACL(3) 3.7 マッピング関数</title>
  <type>rich</type>
  <url>https://boxnos.hatenablog.com/entry/20080106/1199604456</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
