<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>osyo-manga</author_name>
  <author_url>https://blog.hatena.ne.jp/osyo-manga/</author_url>
  <blog_title>C++でゲームプログラミング</blog_title>
  <blog_url>https://osyo-manga.hatenadiary.org/</blog_url>
  <categories>
    <anon>Haskell</anon>
  </categories>
  <description>唐突に Haskell が書きたくなったので 久々に Haskell 入門！ [ソース] prime :: [Int] -&gt; [Int] prime [] = [] prime (x:xs) | (&gt;) (x*x) $ maximum xs = [x] ++ xs | otherwise = (++) [x] $ prime $ filter (\ y -&gt; (/=) 0 $ mod y x) xs main = print $ prime [2..100] [出力] [2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fosyo-manga.hatenadiary.org%2Fentry%2F20120105%2F1325730383&quot; title=&quot;Haskell でエラトステネスの篩やってみた - C++でゲームプログラミング&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-01-05 11:26:23</published>
  <title>Haskell でエラトステネスの篩やってみた</title>
  <type>rich</type>
  <url>https://osyo-manga.hatenadiary.org/entry/20120105/1325730383</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
