<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>zyxwv</author_name>
  <author_url>https://blog.hatena.ne.jp/zyxwv/</author_url>
  <blog_title>zyxwvの日記</blog_title>
  <blog_url>https://zyxwv.hatenadiary.org/</blog_url>
  <categories>
    <anon>Haskell</anon>
    <anon>OCaml</anon>
    <anon>Scheme</anon>
  </categories>
  <description>OCaml のソースを吐けるようになったので、実行速度を比べてみることに。使ったのは次のソース。 (define (fib x) (if (= x 0) 0 (if (= x 1) 1 (+ (fib (- x 1)) (fib (- x 2)))))) (define main (print (fib 25))) 結果。 % ./minscheme compile f.scm % gosh f.scm 75025 % time gosh f.scm 75025 gosh f.scm 0.21s user 0.02s system 77% cpu 0.298 total % time ./mi…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fzyxwv.hatenadiary.org%2Fentry%2F20070630%2F1183182731&quot; title=&quot; やっぱり Gauche はすごい - zyxwvの日記&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-30 14:52:11</published>
  <title> やっぱり Gauche はすごい</title>
  <type>rich</type>
  <url>https://zyxwv.hatenadiary.org/entry/20070630/1183182731</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
