<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>jdg</author_name>
  <author_url>https://blog.hatena.ne.jp/jdg/</author_url>
  <blog_title>あと味</blog_title>
  <blog_url>https://taiju.hatenablog.com/</blog_url>
  <categories>
    <anon>JavaScript</anon>
    <anon>Lisp</anon>
  </categories>
  <description>Lispの勉強をする際に、まだLisp慣れを全然してないので、JavaScriptで書くとどうだろう？ということを考えることが多々あります。その勉強方法の良し悪しは置いといて、JavaScriptでLispのサンプルプログラムを書いてみようと思った場合、一番ネックなのが、JavaScriptとLispでは、リストの考え方がそもそも違うことかなと思いました。Lispで(1 2 3)というリストを作る時には、以下のようなコードで作ります。*1 (cons 1 (cons 2 (cons 3 '()))) consは第一引数と第二引数から成るセルを作る関数です。単純に(cons 1 2)というコード…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftaiju.hatenablog.com%2Fentry%2F20100324%2F1269434023&quot; title=&quot;JavaScriptでLispのような再帰的なリストを作るlist関数を作ってみた - あと味&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-24 21:33:43</published>
  <title>JavaScriptでLispのような再帰的なリストを作るlist関数を作ってみた</title>
  <type>rich</type>
  <url>https://taiju.hatenablog.com/entry/20100324/1269434023</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
