<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>CortYuming</author_name>
  <author_url>https://blog.hatena.ne.jp/CortYuming/</author_url>
  <blog_title>牌語備忘録 -pygo</blog_title>
  <blog_url>https://cortyuming.hateblo.jp/</blog_url>
  <categories>
    <anon>Golang</anon>
    <anon>Haskell</anon>
    <anon>Java</anon>
    <anon>Javascript</anon>
    <anon>Lisp</anon>
    <anon>PHP</anon>
    <anon>Python</anon>
    <anon>Ruby</anon>
  </categories>
  <description>変更 階乗 - Wikipedia Haskell fact :: Int -&gt; Int fact 0 = 1 fact n = n * fact (n - 1) main :: IO () main = do print (fact 10) -- &gt; 3628800 Python def fact(n): if n == 0: return 1 return n * fact(n - 1) print(fact(10)) #-&gt; 3628800 Ruby def fact n if n == 0 1 else n * fact(n - 1) end end puts fact 10 #-&gt; …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcortyuming.hateblo.jp%2Fentry%2F20131028%2Fp1&quot; title=&quot; 様々なプログラミング言語で再帰の階乗を書いてみるメモ - 牌語備忘録 -pygo&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-10-28 00:00:00</published>
  <title> 様々なプログラミング言語で再帰の階乗を書いてみるメモ</title>
  <type>rich</type>
  <url>https://cortyuming.hateblo.jp/entry/20131028/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
