<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>s-shin</author_name>
  <author_url>https://blog.hatena.ne.jp/s-shin/</author_url>
  <blog_title>$ cat /var/log/shin</blog_title>
  <blog_url>https://shin.hateblo.jp/</blog_url>
  <categories>
    <anon>Programming</anon>
    <anon>JavaScript</anon>
    <anon>CoffeeScript</anon>
  </categories>
  <description>題材として、以下のフィボナッチ数の計算関数を利用します。効率が悪いのはご愛嬌。 fib = (n) -&gt; return 1 if n is 1 or n is 2 (fib n-1) + (fib n-2) alert fib 10 ここで「fib(10)の結果を取得したいが、これ以上fibを使わないため、出来ればfibを消すかローカル変数にしたい」と仮定します。JavaScriptならarguments.calleeを用いれば alert((function(n) { if (n == 1 || n == 2) return 1; arguments.callee(n-1) + argume…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshin.hateblo.jp%2Fentry%2F2012%2F09%2F27%2F210058&quot; title=&quot;CoffeeScriptにおけるarguments.callee的な再帰の考察 - $ cat /var/log/shin&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-09-27 21:00:58</published>
  <title>CoffeeScriptにおけるarguments.callee的な再帰の考察</title>
  <type>rich</type>
  <url>https://shin.hateblo.jp/entry/2012/09/27/210058</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
