<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ayato0211</author_name>
  <author_url>https://blog.hatena.ne.jp/ayato0211/</author_url>
  <blog_title>(define -ayalog '())</blog_title>
  <blog_url>https://ayato.hateblo.jp/</blog_url>
  <categories>
    <anon>Scheme</anon>
  </categories>
  <description>なんとなくソースコード書いてました。 で、mapって出てきたのでちょっと困惑してる。 元々Java触ってるのでmapってコレクションなイメージ。mapとは リストの各要素に同じ操作をする関数です。 操作を施したリストを返す map と、副作用を目的とする for-each の２つが R5RS で定義されています。 高階関数 らしいです。ってことで実際に以下を実行。 (define (double ls) (map (lambda (x) (* x 2)) ls)) これってつまり下と同じだよね？ (define (double2 ls) (cond ((null? ls) '()) (else…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fayato.hateblo.jp%2Fentry%2F20120309%2F1331259300&quot; title=&quot;マッピング？ - (define -ayalog &amp;#39;())&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>2012-03-09 11:15:00</published>
  <title>マッピング？</title>
  <type>rich</type>
  <url>https://ayato.hateblo.jp/entry/20120309/1331259300</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
