<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>E_Mattsan</author_name>
  <author_url>https://blog.hatena.ne.jp/E_Mattsan/</author_url>
  <blog_title>エンジニアのソフトウェア的愛情</blog_title>
  <blog_url>https://blog.emattsan.org/</blog_url>
  <categories>
    <anon>Haskell</anon>
    <anon>Ruby</anon>
    <anon>Iolanguage</anon>
    <anon>Csharp</anon>
  </categories>
  <description>Haskell evenTen = map (\n -&gt; n * 10) . filter even Prelude&gt; evenTen [1,2,3,4,5,6,7,8,9,10] [20,40,60,80,100] Ruby def evenTen(a) a.select{|n| n % 2 == 0}.map{|n| n * 10} end irb(main):004:0&gt; evenTen [1,2,3,4,5,6,7,8,9,10] =&gt; [20, 40, 60, 80, 100] IO evenTen := method(n, n select(% 2 == 0) map(*10))I…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.emattsan.org%2Fentry%2F20130929%2F1380444448&quot; title=&quot; Filtering, then Mapping - エンジニアのソフトウェア的愛情&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>2013-09-29 17:47:28</published>
  <title> Filtering, then Mapping</title>
  <type>rich</type>
  <url>https://blog.emattsan.org/entry/20130929/1380444448</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
