<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>CortYuming</author_name>
  <author_url>https://blog.hatena.ne.jp/CortYuming/</author_url>
  <blog_title>牌語備忘録 -pygo</blog_title>
  <blog_url>https://cortyuming.hateblo.jp/</blog_url>
  <categories>
    <anon>SICP</anon>
    <anon>Python</anon>
  </categories>
  <description>SICPの2.3 Symbolic Data の 2.3.1 Quotation あたりを Python でやってみた scheme ;;;2.3 Symbolic Data ;;2.3.1 Quotation (define a 1) (define b 2) (list a b) (list 'a 'b) (list 'a b) (car '(a b c)) (cdr '(a b c)) ;(1 2) ;(a b) ;(a 2) ;a ;(b c) (define (memq item x) (cond ((null? x) false) ((eq? item (car x)) x) (e…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcortyuming.hateblo.jp%2Fentry%2F20080716%2Fp1&quot; title=&quot; 2.3 Symbolic Data の 2.3.1  Quotation を Python でやってみた - 牌語備忘録 -pygo&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-07-16 00:00:03</published>
  <title> 2.3 Symbolic Data の 2.3.1  Quotation を Python でやってみた</title>
  <type>rich</type>
  <url>https://cortyuming.hateblo.jp/entry/20080716/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
