<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: cdr code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Mon, 13 Oct 2008 07:28:32 GMT</pubDate>
    <description>DZone Snippets: cdr code</description>
    <item>
      <title>car cdr cons from little LISPer</title>
      <link>http://snippets.dzone.com/posts/show/2733</link>
      <description>// description of your code here&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;(define cons&lt;br /&gt; (lambda (u v)&lt;br /&gt;   (lambda (b)&lt;br /&gt;     (cond (b u)&lt;br /&gt;     (#t v)))))&lt;br /&gt;(define lunch (cons 'apple '()))&lt;br /&gt;(define car (lambda (l) (l #t)))&lt;br /&gt;(define cdr (lambda (l) (l #f)))&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Fri, 29 Sep 2006 19:32:58 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2733</guid>
      <author>frontera000 (bob bae)</author>
    </item>
  </channel>
</rss>
