<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>heyhachi</author_name>
  <author_url>https://blog.hatena.ne.jp/heyhachi/</author_url>
  <blog_title>冷やし中華終えました - We’ve finished cold noodle</blog_title>
  <blog_url>https://heyhachi.hatenadiary.org/</blog_url>
  <categories>
    <anon>gauche</anon>
  </categories>
  <description>本日も練習問題に取り組んでみましたが…解答に至りませんでした。ん0完全に頭が凝り固まっている、柔軟性に欠ける頭脳です。以下が回答例。この発想ができるまで止めんぞ！ ■reverseを末尾再帰で書いてみましょう。 (define (reverse lis) (define (reverse-rec lis r) (if (null? lis) r (reverse-rec (cdr lis) (cons (car lis) r)))) (reverse-rec lis '()))</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fheyhachi.hatenadiary.org%2Fentry%2F20100319%2F1268985283&quot; title=&quot;プログラミング Gauche 練習問題を解く[6.6] - 冷やし中華終えました - We’ve finished cold noodle&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>2010-03-19 16:54:43</published>
  <title>プログラミング Gauche 練習問題を解く[6.6]</title>
  <type>rich</type>
  <url>https://heyhachi.hatenadiary.org/entry/20100319/1268985283</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
