<?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>処理系に、C++で書かれた手続きを登録するコードを生成するスクリプトを Gauche で書いてみる。 On Lisp に影響されつつあるので何回も書き直す。 最終的にこんな感じに。 (define file-for-each-line (lambda (file func) (with-input-from-file file (lambda () (let loop ((line (read-line))) (if (eof-object? line) '() (begin (func line) (loop (read-line))))))))) (define p (lambda (s)…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhigepon.hatenablog.com%2Fentry%2F20070306%2F1173191398&quot; title=&quot; Gauche で書いてみる - 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-03-06 23:29:58</published>
  <title> Gauche で書いてみる</title>
  <type>rich</type>
  <url>https://higepon.hatenablog.com/entry/20070306/1173191398</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
