<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Converting a List to a String in Common Lisp</title>
	<atom:link href="http://jasonswett.net/converting-a-list-to-a-string-in-common-lisp/feed/" rel="self" type="application/rss+xml" />
	<link>http://jasonswett.net/converting-a-list-to-a-string-in-common-lisp/</link>
	<description>A Blog About Software Development, Databases, And Stuff That Doesn&#039;t Have To Do With Computers</description>
	<lastBuildDate>Fri, 30 Jul 2010 10:23:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Zach Beane</title>
		<link>http://jasonswett.net/converting-a-list-to-a-string-in-common-lisp/comment-page-1/#comment-11</link>
		<dc:creator>Zach Beane</dc:creator>
		<pubDate>Thu, 21 Jan 2010 18:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://jasonswett.net/blog/?p=217#comment-11</guid>
		<description>Another option: (map &#039;string &#039;identity &#039;(#\w #\o #\o)) =&gt; &quot;woo&quot;</description>
		<content:encoded><![CDATA[<p>Another option: (map &#8217;string &#8216;identity &#8216;(#\w #\o #\o)) =&gt; &#8220;woo&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Marshall</title>
		<link>http://jasonswett.net/converting-a-list-to-a-string-in-common-lisp/comment-page-1/#comment-10</link>
		<dc:creator>Joe Marshall</dc:creator>
		<pubDate>Thu, 21 Jan 2010 18:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://jasonswett.net/blog/?p=217#comment-10</guid>
		<description>(coerce &#039;(#\h #\i) &#039;string)
=&gt;  &quot;hi&quot;</description>
		<content:encoded><![CDATA[<p>(coerce &#8216;(#\h #\i) &#8217;string)<br />
=&gt;  &#8220;hi&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
