<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>higepon</author_name>
  <author_url>https://blog.hatena.ne.jp/higepon/</author_url>
  <blog_title>higepon blog</blog_title>
  <blog_url>https://higepon.hatenablog.com/</blog_url>
  <categories>
    <anon>Scheme</anon>
  </categories>
  <description>call/cc を用いた Coroutine の実装。 http://www.shido.info/lisp/scheme_cc.html を参考に単純化してやってみる。中断するときに、call/cc で継続を取り出して queue に入れて、queue から次の処理を取り出して実行という形。 理解できた。 自前インタプリタでも動いた。当り前か。 (define queue (cons '() '())) (define (enqueue! process) (if (null? (car queue)) (set-car! queue process) (set-cdr! queue pro…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhigepon.hatenablog.com%2Fentry%2F20070610%2F1181442039&quot; title=&quot; 継続を利用した疑似マルチスレッドをコーディング中 - 2 - higepon blog&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-06-10 11:20:39</published>
  <title> 継続を利用した疑似マルチスレッドをコーディング中 - 2</title>
  <type>rich</type>
  <url>https://higepon.hatenablog.com/entry/20070610/1181442039</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
