<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hayamiz</author_name>
  <author_url>https://blog.hatena.ne.jp/hayamiz/</author_url>
  <blog_title>日記を書く [・w・] はやみずさん</blog_title>
  <blog_url>https://hayamiz.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>SICP読書会にて、再帰なしでループができるか、という話題がでていたので、「継続つかえばできるんじゃないすかね」とか適当に発言してみた。んで、さっき適当に考えながら書いてみた。0から9までをprintするというもの。 (let1 i 0 (let/cc cc ((call/cc call/cc) (lambda (x) (if (= i 10) (cc #t) (begin (print i) (set! i (+ i 1)) (x x) ))))))なんかよくわからないけど、(call/cc call/cc)の値が継続で、それに引数でxをわたすと (x x) という式が評価されるらしい。そこ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhayamiz.hatenadiary.org%2Fentry%2F20080221%2F1203606996&quot; title=&quot;再帰がなくてループができるか！！！！ - 日記を書く [・w・] はやみずさん&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-02-21 00:16:36</published>
  <title>再帰がなくてループができるか！！！！</title>
  <type>rich</type>
  <url>https://hayamiz.hatenadiary.org/entry/20080221/1203606996</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
