<?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: Pushing to Lists</title>
	<atom:link href="http://stuartsierra.com/2006/06/06/pushing-to-lists/feed" rel="self" type="application/rss+xml" />
	<link>http://stuartsierra.com/2006/06/06/pushing-to-lists</link>
	<description>From programming to everything else</description>
	<lastBuildDate>Thu, 17 May 2012 15:24:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: stuart</title>
		<link>http://stuartsierra.com/2006/06/06/pushing-to-lists/comment-page-1#comment-28</link>
		<dc:creator>stuart</dc:creator>
		<pubDate>Mon, 12 Jun 2006 14:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://stuartsierra.com/?p=25#comment-28</guid>
		<description>Zach B.: &lt;em&gt;&quot;Counting instructions to see how you’re doing is a little premature at this point.&quot;&lt;/em&gt;

Definitely premature, but fun nonetheless. :)</description>
		<content:encoded><![CDATA[<p>Zach B.: <em>&#8220;Counting instructions to see how you’re doing is a little premature at this point.&#8221;</em></p>
<p>Definitely premature, but fun nonetheless. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach Beane</title>
		<link>http://stuartsierra.com/2006/06/06/pushing-to-lists/comment-page-1#comment-27</link>
		<dc:creator>Zach Beane</dc:creator>
		<pubDate>Mon, 12 Jun 2006 14:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://stuartsierra.com/?p=25#comment-27</guid>
		<description>The result of destructively modifying literal data like &#039;(A B C) is undefined. Don&#039;t do it.

In most of the cases when you think you need to push something on the end of a list, you actually don&#039;t; PUSH+NREVERSE is often more suitable. When you really do need to push things on the end of a list, keeping a pointer to the tail of the list is handy.

Counting instructions to see how you&#039;re doing is a little premature at this point.</description>
		<content:encoded><![CDATA[<p>The result of destructively modifying literal data like &#8216;(A B C) is undefined. Don&#8217;t do it.</p>
<p>In most of the cases when you think you need to push something on the end of a list, you actually don&#8217;t; PUSH+NREVERSE is often more suitable. When you really do need to push things on the end of a list, keeping a pointer to the tail of the list is handy.</p>
<p>Counting instructions to see how you&#8217;re doing is a little premature at this point.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

