<?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: Lambda Functions - Does your language support it?</title>
	<atom:link href="http://blog.dougalmatthews.com/2008/05/lambda-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dougalmatthews.com/2008/05/lambda-functions/</link>
	<description></description>
	<pubDate>Thu, 20 Nov 2008 23:09:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Reading List: 15 &#38; 16June08 &#187; Karl Katzke &#124; PHP, Puppies, and other Geekery</title>
		<link>http://blog.dougalmatthews.com/2008/05/lambda-functions/#comment-50</link>
		<dc:creator>Reading List: 15 &#38; 16June08 &#187; Karl Katzke &#124; PHP, Puppies, and other Geekery</dc:creator>
		<pubDate>Tue, 17 Jun 2008 02:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dougalmatthews.com/?p=11#comment-50</guid>
		<description>[...] Lambda Functions: Does your Language Support it? [...]</description>
		<content:encoded><![CDATA[<p>[...] Lambda Functions: Does your Language Support it? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dougal</title>
		<link>http://blog.dougalmatthews.com/2008/05/lambda-functions/#comment-25</link>
		<dc:creator>Dougal</dc:creator>
		<pubDate>Tue, 27 May 2008 19:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dougalmatthews.com/?p=11#comment-25</guid>
		<description>Fixed it, I seemed to have copied the wrong example into my post. oops. The python example now makes sense!</description>
		<content:encoded><![CDATA[<p>Fixed it, I seemed to have copied the wrong example into my post. oops. The python example now makes sense!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.dougalmatthews.com/2008/05/lambda-functions/#comment-24</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 27 May 2008 19:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dougalmatthews.com/?p=11#comment-24</guid>
		<description>Fogive me for my slowness on the uptake, but I don't get the Python one.You first define the function with
def lambda x, y: return x + y

then you call foo(2,4)
- how does Python know that the previously defined function is the one you want to execute when you call foo? (assume there was more than one defined lambda function)
P.S. note the date and time - your blog is stopping me from studying ECO ;-)</description>
		<content:encoded><![CDATA[<p>Fogive me for my slowness on the uptake, but I don&#8217;t get the Python one.You first define the function with<br />
def lambda x, y: return x + y</p>
<p>then you call foo(2,4)<br />
- how does Python know that the previously defined function is the one you want to execute when you call foo? (assume there was more than one defined lambda function)<br />
P.S. note the date and time - your blog is stopping me from studying ECO <img src='http://blog.dougalmatthews.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
