<?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++ でVM を書きはじめたところ S式 を統一的に扱う仕組みの必要性を感じたので考える。 前実装の反省点 即値/定数オブジェクトをサポートしなかったので数値計算などが遅い。 処理系内部で使うデータ構造（例：リスト、ベクタ）などを STL 互換のものにしてしまった。 内部構造もできる限り S式で取り扱った方がいろいろな場面で有利であることに気づいた。（例: quote / print） S式の登場人物 number（即値） char（即値） vecor string symbol pair true （定数） false （定数） nil （定数） eof （定数） undefined…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhigepon.hatenablog.com%2Fentry%2F20071031%2F1193801041&quot; title=&quot;S式の要素の実装方法を考える - Scheme VM を書く - 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-10-31 12:24:01</published>
  <title>S式の要素の実装方法を考える - Scheme VM を書く</title>
  <type>rich</type>
  <url>https://higepon.hatenablog.com/entry/20071031/1193801041</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
