<?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: Point of Use</title>
	<atom:link href="http://www.fnokd.com/2007/12/22/point-of-use/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fnokd.com/2007/12/22/point-of-use/</link>
	<description>Bob Blogs</description>
	<lastBuildDate>Sat, 29 Aug 2009 06:01:00 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael Neale</title>
		<link>http://www.fnokd.com/2007/12/22/point-of-use/comment-page-1/#comment-27031</link>
		<dc:creator>Michael Neale</dc:creator>
		<pubDate>Sat, 22 Dec 2007 22:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.fnokd.com/2007/12/22/point-of-use/#comment-27031</guid>
		<description>One small problem with the way ruby does it - is that it captures every single variable in scope above the block when created. This is cause they decided that the eval has to work on lexical scope (apparently) - this means each block uses a lot more memory then it has to (for most apps it is not a problem, presumably).</description>
		<content:encoded><![CDATA[<p>One small problem with the way ruby does it &#8211; is that it captures every single variable in scope above the block when created. This is cause they decided that the eval has to work on lexical scope (apparently) &#8211; this means each block uses a lot more memory then it has to (for most apps it is not a problem, presumably).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
