<?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: Lisp macros revisited</title>
	<atom:link href="http://www.adztec-independent.de/2008/12/lisp-macros-revisited/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adztec-independent.de/2008/12/lisp-macros-revisited/</link>
	<description>Programming Ruby / JRuby / Rails / Common Lisp by Christopher Bertels</description>
	<lastBuildDate>Sat, 11 Sep 2010 23:34:51 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: foo</title>
		<link>http://www.adztec-independent.de/2008/12/lisp-macros-revisited/comment-page-1/#comment-21</link>
		<dc:creator>foo</dc:creator>
		<pubDate>Tue, 16 Dec 2008 11:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.adztec-independent.de/?p=90#comment-21</guid>
		<description>TOP, TMP and START interfere with user code. The user might also want to use those symbols.

Destructuring like that won&#039;t work. Think of a list: (nil nil nil).
CAR of that list is nil. The usual way to write recursion is (if (null list)  (end-clause) (let ((element (first list)) (rest (rest list))) ...).

Also think if you really want to rebind the foreach variable in each iteration?</description>
		<content:encoded><![CDATA[<p>TOP, TMP and START interfere with user code. The user might also want to use those symbols.</p>
<p>Destructuring like that won&#8217;t work. Think of a list: (nil nil nil).<br />
CAR of that list is nil. The usual way to write recursion is (if (null list)  (end-clause) (let ((element (first list)) (rest (rest list))) &#8230;).</p>
<p>Also think if you really want to rebind the foreach variable in each iteration?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

