<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>season1618</author_name>
  <author_url>https://blog.hatena.ne.jp/season1618/</author_url>
  <blog_title>season's quarterly</blog_title>
  <blog_url>https://season1618.hatenablog.jp/</blog_url>
  <categories>
  </categories>
  <description>C言語で純LISPインタプリタを作りました。 github.com 純LISP 純LISPはLISPの方言で、ごく少数の基本的な関数やプリミティブからなる。コンパイラとかは作ったことなかったけど、純LISPなら記述が少なくて済むだろうなと思って作ってみた。 LISPには二種類のデータ型アトムとペアがある。ペアは二つのデータのペア。アトムはペアでないもの。真偽値はt,nilがtrue,falseに対応する。AとBのペアを(A . B)と表す。またリスト(A B C)を(A . (B . (C . nil)))という風に入れ子にしたペアの略記とみなす。純LISPの要素は人によって異なるが、今回は以…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fseason1618.hatenablog.jp%2Fentry%2F2021%2F09%2F22%2F145825&quot; title=&quot;純LISPインタプリタを作る - season&amp;#39;s quarterly&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>https://cdn-ak.f.st-hatena.com/images/fotolife/s/season1618/20210922/20210922131718.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-09-22 14:58:25</published>
  <title>純LISPインタプリタを作る</title>
  <type>rich</type>
  <url>https://season1618.hatenablog.jp/entry/2021/09/22/145825</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
