<?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: PHP 5.3 and Closures</title>
	<atom:link href="http://www.toosweettobesour.com/2008/07/21/php-53-and-closures/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.toosweettobesour.com/2008/07/21/php-53-and-closures/</link>
	<description>Far Too Sweet To Be Sour</description>
	<lastBuildDate>Fri, 12 Mar 2010 14:46:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Colleen Dick</title>
		<link>http://www.toosweettobesour.com/2008/07/21/php-53-and-closures/comment-page-1/#comment-2124</link>
		<dc:creator>Colleen Dick</dc:creator>
		<pubDate>Thu, 11 Mar 2010 07:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=62#comment-2124</guid>
		<description>The use variable does not need to have global scope, and in fact it is probably bad programming to have it so.    It can be a local var inside a function that declares a lambda.  And the other people are right, using the global keyword inside the  function makes it totally NOT a closure cuz a closure is, well, closed, by definition.</description>
		<content:encoded><![CDATA[<p>The use variable does not need to have global scope, and in fact it is probably bad programming to have it so.    It can be a local var inside a function that declares a lambda.  And the other people are right, using the global keyword inside the  function makes it totally NOT a closure cuz a closure is, well, closed, by definition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous Functions.</title>
		<link>http://www.toosweettobesour.com/2008/07/21/php-53-and-closures/comment-page-1/#comment-309</link>
		<dc:creator>Anonymous Functions.</dc:creator>
		<pubDate>Sat, 27 Dec 2008 10:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=62#comment-309</guid>
		<description>[...] Darüber hinaus! PHP 5.3 kommt auch mit ähnlichen Features. [...]</description>
		<content:encoded><![CDATA[<p>[...] Darüber hinaus! PHP 5.3 kommt auch mit ähnlichen Features. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recent Links Tagged With "php" - JabberTags</title>
		<link>http://www.toosweettobesour.com/2008/07/21/php-53-and-closures/comment-page-1/#comment-185</link>
		<dc:creator>Recent Links Tagged With "php" - JabberTags</dc:creator>
		<pubDate>Mon, 29 Sep 2008 06:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=62#comment-185</guid>
		<description>[...] public links &gt;&gt; php   PHP 5.3 and Closures Saved by ckendall on Sat 27-9-2008   Using actions in your WordPress themes Saved by thedpshow on [...]</description>
		<content:encoded><![CDATA[<p>[...] public links &gt;&gt; php   PHP 5.3 and Closures Saved by ckendall on Sat 27-9-2008   Using actions in your WordPress themes Saved by thedpshow on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP 5.3 Improvements &#187; EricByers.com</title>
		<link>http://www.toosweettobesour.com/2008/07/21/php-53-and-closures/comment-page-1/#comment-162</link>
		<dc:creator>PHP 5.3 Improvements &#187; EricByers.com</dc:creator>
		<pubDate>Sun, 07 Sep 2008 06:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=62#comment-162</guid>
		<description>[...] Lambda functions and Closures [...]</description>
		<content:encoded><![CDATA[<p>[...] Lambda functions and Closures [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deadimp</title>
		<link>http://www.toosweettobesour.com/2008/07/21/php-53-and-closures/comment-page-1/#comment-153</link>
		<dc:creator>deadimp</dc:creator>
		<pubDate>Mon, 25 Aug 2008 01:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=62#comment-153</guid>
		<description>This is a lot better than using &#039;create_function&#039; to make anonymous functions. Woot!</description>
		<content:encoded><![CDATA[<p>This is a lot better than using &#8216;create_function&#8217; to make anonymous functions. Woot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Miller</title>
		<link>http://www.toosweettobesour.com/2008/07/21/php-53-and-closures/comment-page-1/#comment-121</link>
		<dc:creator>Brad Miller</dc:creator>
		<pubDate>Fri, 25 Jul 2008 13:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=62#comment-121</guid>
		<description>Wake me when the rest of Lisp is implemented in PHP.</description>
		<content:encoded><![CDATA[<p>Wake me when the rest of Lisp is implemented in PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lambda Functions in PHP &#124; Bao's blog</title>
		<link>http://www.toosweettobesour.com/2008/07/21/php-53-and-closures/comment-page-1/#comment-120</link>
		<dc:creator>Lambda Functions in PHP &#124; Bao's blog</dc:creator>
		<pubDate>Thu, 24 Jul 2008 10:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=62#comment-120</guid>
		<description>[...] : 1,2     Programming ~ Tags: closure, lambda, [...]</description>
		<content:encoded><![CDATA[<p>[...] : 1,2     Programming ~ Tags: closure, lambda, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linkdump: Matematika za programere, PHP 5.3 novosti&#8230; by Nikola Plejić</title>
		<link>http://www.toosweettobesour.com/2008/07/21/php-53-and-closures/comment-page-1/#comment-119</link>
		<dc:creator>Linkdump: Matematika za programere, PHP 5.3 novosti&#8230; by Nikola Plejić</dc:creator>
		<pubDate>Thu, 24 Jul 2008 07:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=62#comment-119</guid>
		<description>[...] PHP 5.3 and Closures [...]</description>
		<content:encoded><![CDATA[<p>[...] PHP 5.3 and Closures [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crystaldyn</title>
		<link>http://www.toosweettobesour.com/2008/07/21/php-53-and-closures/comment-page-1/#comment-118</link>
		<dc:creator>Crystaldyn</dc:creator>
		<pubDate>Wed, 23 Jul 2008 20:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=62#comment-118</guid>
		<description>These are read-only closures by default. You can make them read-write by using the &amp;-sign in the use() list, but if you&#039;re using a global variable, you just get a normal reference to that variable. In that case, it&#039;s not closure at all. Fortunately, it does work sanely if you define the lambda in a function or method. Then you&#039;ll get a real, private, read-write variable. I hope that&#039;s clear. I&#039;m excited. I can&#039;t use it in paid work yet, but lo! That joyous day is coming.</description>
		<content:encoded><![CDATA[<p>These are read-only closures by default. You can make them read-write by using the &amp;-sign in the use() list, but if you&#8217;re using a global variable, you just get a normal reference to that variable. In that case, it&#8217;s not closure at all. Fortunately, it does work sanely if you define the lambda in a function or method. Then you&#8217;ll get a real, private, read-write variable. I hope that&#8217;s clear. I&#8217;m excited. I can&#8217;t use it in paid work yet, but lo! That joyous day is coming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Kimsal</title>
		<link>http://www.toosweettobesour.com/2008/07/21/php-53-and-closures/comment-page-1/#comment-117</link>
		<dc:creator>Michael Kimsal</dc:creator>
		<pubDate>Wed, 23 Jul 2008 20:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=62#comment-117</guid>
		<description>I&#039;m really curious if these will be &#039;abused&#039; or &#039;overused&#039; or &#039;misused&#039; (by multiple different conflicting defintions!).  Having used closures in Groovy where they are very central to the language, I still have a hard time seeing too many use cases in PHP right now.  We&#039;ll wait and see how the community adapts to this new aspect of the language!</description>
		<content:encoded><![CDATA[<p>I&#8217;m really curious if these will be &#8216;abused&#8217; or &#8216;overused&#8217; or &#8216;misused&#8217; (by multiple different conflicting defintions!).  Having used closures in Groovy where they are very central to the language, I still have a hard time seeing too many use cases in PHP right now.  We&#8217;ll wait and see how the community adapts to this new aspect of the language!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
