<?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"
	>
<channel>
	<title>Comments on: SICP section 1.2.1</title>
	<atom:link href="http://eli.thegreenplace.net/2007/06/26/sicp-section-121/feed/" rel="self" type="application/rss+xml" />
	<link>http://eli.thegreenplace.net/2007/06/26/sicp-section-121/</link>
	<description>Eli Bendersky's personal website</description>
	<pubDate>Thu, 04 Dec 2008 02:03:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: eliben</title>
		<link>http://eli.thegreenplace.net/2007/06/26/sicp-section-121/#comment-58268</link>
		<dc:creator>eliben</dc:creator>
		<pubDate>Wed, 27 Jun 2007 15:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2007/06/26/sicp-section-121/#comment-58268</guid>
		<description>Thanks, this is a good idea - especially for displaying a useful feature CL has and Scheme doesn't.</description>
		<content:encoded><![CDATA[<p>Thanks, this is a good idea - especially for displaying a useful feature CL has and Scheme doesn&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lieven</title>
		<link>http://eli.thegreenplace.net/2007/06/26/sicp-section-121/#comment-58225</link>
		<dc:creator>Lieven</dc:creator>
		<pubDate>Wed, 27 Jun 2007 13:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2007/06/26/sicp-section-121/#comment-58225</guid>
		<description>As another part of CL trivia, you can fold the factoral-iter and factorial-iter-aux into one function with the use of optional arguments.  (defun factorial-iter (max-count &#38;optional (product 1) (counter 1)) ... . CL has aux arguments too but to make it confusing, these do something entirely different.</description>
		<content:encoded><![CDATA[<p>As another part of CL trivia, you can fold the factoral-iter and factorial-iter-aux into one function with the use of optional arguments.  (defun factorial-iter (max-count &amp;optional (product 1) (counter 1)) &#8230; . CL has aux arguments too but to make it confusing, these do something entirely different.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
