<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>MAS3</author_name>
  <author_url>https://blog.hatena.ne.jp/MAS3/</author_url>
  <blog_title>自作のソフト開発記録</blog_title>
  <blog_url>https://mas3.hatenadiary.org/</blog_url>
  <categories>
    <anon>Scheme</anon>
  </categories>
  <description>Schemeでプログラムを書いてみました。ただのテキストエディタで書くのは無理ですね。少なくとも自動インデントと括弧の対応表示は必須です。SICPの問題を解いているのですけど、反復的アルゴリズムはループで書く方が慣れているので分かりやすいです。というか、Schemeで書くと違和感があります。例えば問題1.17の再帰的なのは普通という印象。 (define (double n) (* n 2)) (define (halve n) (/ n 2)) (define (times a b) (cond ((= b 0) 0) ((even? b) (times (double a) (halve …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmas3.hatenadiary.org%2Fentry%2F20080917%2Fp1&quot; title=&quot;括弧の難易度は高い - 自作のソフト開発記録&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>2008-09-17 00:00:00</published>
  <title>括弧の難易度は高い</title>
  <type>rich</type>
  <url>https://mas3.hatenadiary.org/entry/20080917/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
