<?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: Fun with recursive Lambda functions</title>
	<atom:link href="http://lostechies.com/jimmybogard/2007/05/18/fun-with-recursive-lambda-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2007/05/18/fun-with-recursive-lambda-functions/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Thu, 23 May 2013 23:40:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Radu</title>
		<link>http://lostechies.com/jimmybogard/2007/05/18/fun-with-recursive-lambda-functions/#comment-3</link>
		<dc:creator>Radu</dc:creator>
		<pubDate>Tue, 19 Oct 2010 23:44:38 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2007/05/18/fun-with-recursive-lambda-functions.aspx#comment-3</guid>
		<description>Png back.
Good post</description>
		<content:encoded><![CDATA[<p>Png back.<br />
Good post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaroslaw J.</title>
		<link>http://lostechies.com/jimmybogard/2007/05/18/fun-with-recursive-lambda-functions/#comment-2</link>
		<dc:creator>Jaroslaw J.</dc:creator>
		<pubDate>Mon, 16 Nov 2009 19:30:58 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2007/05/18/fun-with-recursive-lambda-functions.aspx#comment-2</guid>
		<description>What would you say about:
Func&lt;int, int&gt; fac = null;
Func&lt;int, int&gt; fac = x =&gt; x == 0 ? 1 : x * fac(x-1);</description>
		<content:encoded><![CDATA[<p>What would you say about:<br />
Func<int , int> fac = null;<br />
Func</int><int , int> fac = x => x == 0 ? 1 : x * fac(x-1);</int></p>
]]></content:encoded>
	</item>
</channel>
</rss>
