<?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: Anonymous Functions in C/C++?</title>
	<atom:link href="http://www.alexandre-gomes.com/?feed=rss2&#038;p=492" rel="self" type="application/rss+xml" />
	<link>http://www.alexandre-gomes.com/?p=492</link>
	<description>Technology, programming, ideas and innovation are my preferred subjects. Working professionally on programming gives me plenty of new topics to write about, still my brain keeps popping out ideas in the most unexpected places.</description>
	<lastBuildDate>Wed, 25 Aug 2010 13:40:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Alfred R. Baudisch</title>
		<link>http://www.alexandre-gomes.com/?p=492&#038;cpage=1#comment-34382</link>
		<dc:creator>Alfred R. Baudisch</dc:creator>
		<pubDate>Mon, 26 Apr 2010 01:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexandre-gomes.com/?p=492#comment-34382</guid>
		<description>Ruby, which main features are blocks and closures, have similar syntax, but a lot more clearer, and since I never heard about these C features, this will be somewhat easy to use (assuming the Ruby background).</description>
		<content:encoded><![CDATA[<p>Ruby, which main features are blocks and closures, have similar syntax, but a lot more clearer, and since I never heard about these C features, this will be somewhat easy to use (assuming the Ruby background).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndersH</title>
		<link>http://www.alexandre-gomes.com/?p=492&#038;cpage=1#comment-33872</link>
		<dc:creator>AndersH</dc:creator>
		<pubDate>Fri, 13 Nov 2009 22:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexandre-gomes.com/?p=492#comment-33872</guid>
		<description>I think, I first saw it here:
http://developers.slashdot.org/story/09/09/11/1139212/Apple-Open-Sources-Grand-Central-Dispatch</description>
		<content:encoded><![CDATA[<p>I think, I first saw it here:<br />
<a href="http://developers.slashdot.org/story/09/09/11/1139212/Apple-Open-Sources-Grand-Central-Dispatch" rel="nofollow">http://developers.slashdot.org/story/09/09/11/1139212/Apple-Open-Sources-Grand-Central-Dispatch</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bergamot</title>
		<link>http://www.alexandre-gomes.com/?p=492&#038;cpage=1#comment-33867</link>
		<dc:creator>Bergamot</dc:creator>
		<pubDate>Fri, 13 Nov 2009 17:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexandre-gomes.com/?p=492#comment-33867</guid>
		<description>I&#039;ve been using Plausible Blocks on the iPhone for a few months, and everything seems to work great:

http://code.google.com/p/plblocks/

It&#039;s a backport of Apple&#039;s block additions to the versions of GCC that they include with 10.5/10.6. You just install it, add the runtime framework to your Xcode project, choose the PLBlocks compiler, and suddenly you have closures working on the iPhone.

The only feature that I miss is that you give up the Static Analysis notes you&#039;d get from the new Clang compiler.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using Plausible Blocks on the iPhone for a few months, and everything seems to work great:</p>
<p><a href="http://code.google.com/p/plblocks/" rel="nofollow">http://code.google.com/p/plblocks/</a></p>
<p>It&#8217;s a backport of Apple&#8217;s block additions to the versions of GCC that they include with 10.5/10.6. You just install it, add the runtime framework to your Xcode project, choose the PLBlocks compiler, and suddenly you have closures working on the iPhone.</p>
<p>The only feature that I miss is that you give up the Static Analysis notes you&#8217;d get from the new Clang compiler.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
