<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tanakaBox</author_name>
  <author_url>https://blog.hatena.ne.jp/tanakaBox/</author_url>
  <blog_title>ボクノス</blog_title>
  <blog_url>https://boxnos.hatenablog.com/</blog_url>
  <categories>
    <anon>GCC</anon>
  </categories>
  <description>Schemerは再帰が無いと生きていけない。再帰で考えた方がシンプルに問題が解ける。K&amp;R 1.7のテーマはべき乗。丁度良い題材なので、Schemerの再帰脳を復習しておこう。 Schemerは再帰で考える。 2の10乗をやろう。2の10乗。つまり、2を10回掛けるってこと。展開してみる。 power(2, 10) = 2 * 2 * 2 * 2 * 2 * 2 * 2 * 2 * 2 * 22のゼロ乗は1だから、1を掛ける。 power(2, 10) = 2 * 2 * 2 * 2 * 2 * 2 * 2 * 2 * 2 * 2 * 1こんな感じ。色々やってみよう。 power(2, 10)…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fboxnos.hatenablog.com%2Fentry%2F20070721%2F1185027706&quot; title=&quot; K&amp;amp;Rを読もう(8) 1.7 図解Schemerの再帰脳 - ボクノス&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>2007-07-21 23:21:46</published>
  <title> K&amp;Rを読もう(8) 1.7 図解Schemerの再帰脳</title>
  <type>rich</type>
  <url>https://boxnos.hatenablog.com/entry/20070721/1185027706</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
