<?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: 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>
	<pubDate>Wed, 03 Dec 2008 23:16:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Recent Links Tagged With "php" - JabberTags</title>
		<link>http://www.toosweettobesour.com/2008/07/21/php-53-and-closures/#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 &#62;&#62; 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-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-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 'create_function' 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-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-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-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-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 &#38;-sign in the use() list, but if you're using a global variable, you just get a normal reference to that variable. In that case, it's not closure at all. Fortunately, it does work sanely if you define the lambda in a function or method. Then you'll get a real, private, read-write variable. I hope that's clear. I'm excited. I can'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-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'm really curious if these will be 'abused' or 'overused' or 'misused' (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'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>
	<item>
		<title>By: adraðblog &#187; Blog Archive &#187; PHP is now less crappy than Java</title>
		<link>http://www.toosweettobesour.com/2008/07/21/php-53-and-closures/#comment-116</link>
		<dc:creator>adraðblog &#187; Blog Archive &#187; PHP is now less crappy than Java</dc:creator>
		<pubDate>Wed, 23 Jul 2008 19:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=62#comment-116</guid>
		<description>[...] And by &#8220;is less crappy than Java&#8221;, I mean &#8220;has closures&#8221;. [...]</description>
		<content:encoded><![CDATA[<p>[...] And by &#8220;is less crappy than Java&#8221;, I mean &#8220;has closures&#8221;. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous (Lambda) functions in php 5.3 and above.</title>
		<link>http://www.toosweettobesour.com/2008/07/21/php-53-and-closures/#comment-112</link>
		<dc:creator>Anonymous (Lambda) functions in php 5.3 and above.</dc:creator>
		<pubDate>Wed, 23 Jul 2008 12:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=62#comment-112</guid>
		<description>[...] found a post by Daniel Cousineau on php5.3&#8217;s closures that lead me to the closures [...]</description>
		<content:encoded><![CDATA[<p>[...] found a post by Daniel Cousineau on php5.3&#8217;s closures that lead me to the closures [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.268 seconds -->
