<?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: fluid-let</title>
	<atom:link href="http://4.flowsnake.org/archives/14/feed" rel="self" type="application/rss+xml" />
	<link>http://4.flowsnake.org/archives/14</link>
	<description>A Pythoneer&#039;s adventures with Scheme, etc.</description>
	<lastBuildDate>Mon, 18 Jul 2011 14:37:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Max</title>
		<link>http://4.flowsnake.org/archives/14/comment-page-1#comment-12</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Mon, 07 Jan 2008 12:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/archives/14#comment-12</guid>
		<description>report is a closure, but Scheme closures doesn&#039;t close over global variables (as far as I understand -- I&#039;ve never used Scheme beyond GIMP scripts).</description>
		<content:encoded><![CDATA[<p>report is a closure, but Scheme closures doesn&#8217;t close over global variables (as far as I understand &#8212; I&#8217;ve never used Scheme beyond GIMP scripts).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymucus</title>
		<link>http://4.flowsnake.org/archives/14/comment-page-1#comment-8</link>
		<dc:creator>Anonymucus</dc:creator>
		<pubDate>Fri, 04 Jan 2008 05:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/archives/14#comment-8</guid>
		<description>So somehow the report function isn&#039;t a closure (except in the last example)?  Why not?</description>
		<content:encoded><![CDATA[<p>So somehow the report function isn&#8217;t a closure (except in the last example)?  Why not?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Nowak</title>
		<link>http://4.flowsnake.org/archives/14/comment-page-1#comment-7</link>
		<dc:creator>Hans Nowak</dc:creator>
		<pubDate>Fri, 04 Jan 2008 03:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/archives/14#comment-7</guid>
		<description>I think so. I&#039;m not all that familiar with Common Lisp.</description>
		<content:encoded><![CDATA[<p>I think so. I&#8217;m not all that familiar with Common Lisp.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Moriarity</title>
		<link>http://4.flowsnake.org/archives/14/comment-page-1#comment-6</link>
		<dc:creator>Matt Moriarity</dc:creator>
		<pubDate>Fri, 04 Jan 2008 02:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/archives/14#comment-6</guid>
		<description>this is the same as a regular let in common lisp with a special variable, correct? CL uses dynamic scoping to achieve this. Since scheme uses lexical scoping only, it needs a different form to achieve this, right?</description>
		<content:encoded><![CDATA[<p>this is the same as a regular let in common lisp with a special variable, correct? CL uses dynamic scoping to achieve this. Since scheme uses lexical scoping only, it needs a different form to achieve this, right?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

