<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>se-kichi</author_name>
  <author_url>https://blog.hatena.ne.jp/se-kichi/</author_url>
  <blog_title>きちめも</blog_title>
  <blog_url>https://se-kichi.hatenadiary.org/</blog_url>
  <categories>
    <anon>SICP</anon>
    <anon>exercise</anon>
  </categories>
  <description>ambの実装に対しての理解も進んだ(はず)なので問題に戻る。 exercise 4.35 (define (an-integer-between a b) (require (not (&gt; a b))) (amb a (an-integer-between (+ a 1) b))) 実行してみると、 ;;; Amb-Eval input: (a-pythagorean-triple-between 1 15) ;;; Starting a new problem ;;; Amb-Eval value: (3 4 5) ;;; Amb-Eval input: try-again ;;; Amb-…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fse-kichi.hatenadiary.org%2Fentry%2F20080928%2F1222632675&quot; title=&quot;exercise 4.35~37 - きちめも&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-28 05:11:15</published>
  <title>exercise 4.35~37</title>
  <type>rich</type>
  <url>https://se-kichi.hatenadiary.org/entry/20080928/1222632675</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
