<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.daveswiki.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.daveswiki.org/feed.php">
        <title>Dave's Wiki software:racket</title>
        <description></description>
        <link>https://www.daveswiki.org/</link>
        <image rdf:resource="https://www.daveswiki.org/lib/tpl/adoradark/images/favicon.ico" />
       <dc:date>2026-04-19T02:10:55-0700</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.daveswiki.org/doku.php?id=software:racket:functions&amp;rev=1537665806&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.daveswiki.org/doku.php?id=software:racket:racket_notes&amp;rev=1537664967&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.daveswiki.org/lib/tpl/adoradark/images/favicon.ico">
        <title>Dave's Wiki</title>
        <link>https://www.daveswiki.org/</link>
        <url>https://www.daveswiki.org/lib/tpl/adoradark/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.daveswiki.org/doku.php?id=software:racket:functions&amp;rev=1537665806&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-09-22T18:23:26-0700</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>software:racket:functions</title>
        <link>https://www.daveswiki.org/doku.php?id=software:racket:functions&amp;rev=1537665806&amp;do=diff</link>
        <description>Racket Notes

The Racket Reference has more details than this here page.  I took these notes regarding Racket as a memory aid to help me get started with Racket.

Racket identifiers can contain any characters except for whitespace and the following special characters:</description>
    </item>
    <item rdf:about="https://www.daveswiki.org/doku.php?id=software:racket:racket_notes&amp;rev=1537664967&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-09-22T18:09:27-0700</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>software:racket:racket_notes</title>
        <link>https://www.daveswiki.org/doku.php?id=software:racket:racket_notes&amp;rev=1537664967&amp;do=diff</link>
        <description>Racket Functions

cons

Creates a newly allocated pair.


(cons &lt;first-value&gt; &lt;second-value&gt;)


car

Returns the first value of a pair created with cons.


(car &lt;pair-created-by-cons&gt;)


cdr

Returns the second value of a pair created with cons.


(cdr &lt;par-created-by-cons&gt;)</description>
    </item>
</rdf:RDF>
