<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>quek</author_name>
  <author_url>https://blog.hatena.ne.jp/quek/</author_url>
  <blog_title>letter</blog_title>
  <blog_url>https://quek.hatenadiary.org/</blog_url>
  <categories>
    <anon>Common Lisp</anon>
  </categories>
  <description>次のようにしてうまくいかなかった。 (defun fib (n) (loop for a = 0 then b for b = 1 then (+ a b) repeat n finally (return a))) b に (+ a b) をいれる時点で a は b になっていたから。 CLiki: Fibonacci を見ると、同じようなコードが載っていて、どうしてちゃんと動くんだ、とよく見てみたら、b の前の for が and になっていた。 (defun fib (n) (loop for a = 0 then b and b = 1 then (+ a b) repeat n fi…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fquek.hatenadiary.org%2Fentry%2F20080422%2F1208803932&quot; title=&quot; loop で フィボナッチ数。あるいは and - letter&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-04-22 03:52:12</published>
  <title> loop で フィボナッチ数。あるいは and</title>
  <type>rich</type>
  <url>https://quek.hatenadiary.org/entry/20080422/1208803932</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
