<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Raphael-w-b</author_name>
  <author_url>https://blog.hatena.ne.jp/Raphael-w-b/</author_url>
  <blog_title> *Lionhurt</blog_title>
  <blog_url>https://raphael-w-b.hatenadiary.org/</blog_url>
  <categories>
    <anon>日記</anon>
  </categories>
  <description>ネット上で読める関数型言語の教科書、Structure and Interpretation of Computer Programs（通称SICP)を暇に任せて読んでみる。英語だらけで挫折しそうだから、予備知識を持っている一章も飛ばさずに読む。なんかアッカーマン関数が分からなかったので紙に書きながらやる。 で、パスカルの三角形で詰まった。とりあえず二項定理でやってみるけど何か反則くさい。 (define (ps n r) (if (or (= n r) (= 0 r)) 1 (/ (* (ps n (- r 1)) (+ 1 (- n r))) r))) ------------------…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fraphael-w-b.hatenadiary.org%2Fentry%2F20061001%2F1159672312&quot; title=&quot;暇にまかせてSICPを読んでみようと思った。 -  *Lionhurt&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>2006-10-01 12:11:52</published>
  <title>暇にまかせてSICPを読んでみようと思った。</title>
  <type>rich</type>
  <url>https://raphael-w-b.hatenadiary.org/entry/20061001/1159672312</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
