<?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 part 2</title>
	<atom:link href="http://www.adztec-independent.de/2008/11/lisp-macros-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adztec-independent.de/2008/11/lisp-macros-part-2/</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: Christopher</title>
		<link>http://www.adztec-independent.de/2008/11/lisp-macros-part-2/comment-page-1/#comment-22</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Tue, 16 Dec 2008 13:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.adztec-independent.de/?p=36#comment-22</guid>
		<description>i know it&#039;s messy. any other solution how to do it, without using standard looping macros?</description>
		<content:encoded><![CDATA[<p>i know it&#8217;s messy. any other solution how to do it, without using standard looping macros?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foo</title>
		<link>http://www.adztec-independent.de/2008/11/lisp-macros-part-2/comment-page-1/#comment-20</link>
		<dc:creator>foo</dc:creator>
		<pubDate>Tue, 16 Dec 2008 11:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.adztec-independent.de/?p=36#comment-20</guid>
		<description>Well, they won&#039;t work in a) implementations that use only a compiler (there are several) or use some interpreter variant, where code gets expanded fully before executed.

You don&#039;t really want to use tagbody in your code. ;-)</description>
		<content:encoded><![CDATA[<p>Well, they won&#8217;t work in a) implementations that use only a compiler (there are several) or use some interpreter variant, where code gets expanded fully before executed.</p>
<p>You don&#8217;t really want to use tagbody in your code. <img src='http://www.adztec-independent.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher</title>
		<link>http://www.adztec-independent.de/2008/11/lisp-macros-part-2/comment-page-1/#comment-18</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Tue, 16 Dec 2008 10:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.adztec-independent.de/?p=36#comment-18</guid>
		<description>thanks for the advise.
i wrote these macros while still using clisp and it seemed to work, but you&#039;re right in that they only work when in interpreted mode.
i&#039;ve found a better way to do this via tagbody &amp; go... i&#039;ll probably post them here too.</description>
		<content:encoded><![CDATA[<p>thanks for the advise.<br />
i wrote these macros while still using clisp and it seemed to work, but you&#8217;re right in that they only work when in interpreted mode.<br />
i&#8217;ve found a better way to do this via tagbody &#038; go&#8230; i&#8217;ll probably post them here too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foo</title>
		<link>http://www.adztec-independent.de/2008/11/lisp-macros-part-2/comment-page-1/#comment-15</link>
		<dc:creator>foo</dc:creator>
		<pubDate>Tue, 16 Dec 2008 10:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.adztec-independent.de/?p=36#comment-15</guid>
		<description>The for each macro does not work. Try to use it in a function and compile that file. It only works for literal lists in an interpreter mode that does not expand the code completely before executing it. The macro calls itself and dies in recursion.

You should not use ,list multiple times in the macro.</description>
		<content:encoded><![CDATA[<p>The for each macro does not work. Try to use it in a function and compile that file. It only works for literal lists in an interpreter mode that does not expand the code completely before executing it. The macro calls itself and dies in recursion.</p>
<p>You should not use ,list multiple times in the macro.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

