<?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: F#: Partial Function Application with the Function Composition Operator</title>
	<atom:link href="http://www.markhneedham.com/blog/2009/01/12/f-partial-function-application-with-the-function-composition-operator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markhneedham.com/blog/2009/01/12/f-partial-function-application-with-the-function-composition-operator/</link>
	<description>Thoughts on Software Development</description>
	<lastBuildDate>Tue, 09 Mar 2010 23:57:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bart Czernicki</title>
		<link>http://www.markhneedham.com/blog/2009/01/12/f-partial-function-application-with-the-function-composition-operator/comment-page-1/#comment-28144</link>
		<dc:creator>Bart Czernicki</dc:creator>
		<pubDate>Thu, 10 Dec 2009 18:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=841#comment-28144</guid>
		<description>I am playing with F# as well...I wonder which one is faster.  Have you compared the IL between the two?

I am going to try to write to test the performance difference between the two.</description>
		<content:encoded><![CDATA[<p>I am playing with F# as well&#8230;I wonder which one is faster.  Have you compared the IL between the two?</p>
<p>I am going to try to write to test the performance difference between the two.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F#: Wrapping .NET library calls at Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/01/12/f-partial-function-application-with-the-function-composition-operator/comment-page-1/#comment-19993</link>
		<dc:creator>F#: Wrapping .NET library calls at Mark Needham</dc:creator>
		<pubDate>Sun, 12 Jul 2009 02:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=841#comment-19993</guid>
		<description>[...] intermediate step of creating the XDocument we can now just chain together the functions using the functional composition operator instead of the forward [...]</description>
		<content:encoded><![CDATA[<p>[...] intermediate step of creating the XDocument we can now just chain together the functions using the functional composition operator instead of the forward [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F#: A day of writing a little twitter application at Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/01/12/f-partial-function-application-with-the-function-composition-operator/comment-page-1/#comment-14651</link>
		<dc:creator>F#: A day of writing a little twitter application at Mark Needham</dc:creator>
		<pubDate>Thu, 16 Apr 2009 21:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=841#comment-14651</guid>
		<description>[...] pattern matching code which feels wrong. I think there may also be some opportunities to use the function composition operator but I couldn&#039;t quite see [...]</description>
		<content:encoded><![CDATA[<p>[...] pattern matching code which feels wrong. I think there may also be some opportunities to use the function composition operator but I couldn't quite see [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop - January 13, 2009 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://www.markhneedham.com/blog/2009/01/12/f-partial-function-application-with-the-function-composition-operator/comment-page-1/#comment-2989</link>
		<dc:creator>Dew Drop - January 13, 2009 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Tue, 13 Jan 2009 16:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=841#comment-2989</guid>
		<description>[...] F#: Partial Function Application with the Function Composition Operator (Mark Needham) [...]</description>
		<content:encoded><![CDATA[<p>[...] F#: Partial Function Application with the Function Composition Operator (Mark Needham) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reflective Perspective - Chris Alcock &#187; The Morning Brew #263</title>
		<link>http://www.markhneedham.com/blog/2009/01/12/f-partial-function-application-with-the-function-composition-operator/comment-page-1/#comment-2913</link>
		<dc:creator>Reflective Perspective - Chris Alcock &#187; The Morning Brew #263</dc:creator>
		<pubDate>Tue, 13 Jan 2009 06:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=841#comment-2913</guid>
		<description>[...] F#: Partial Function Application with the Function Composition Operator - Mark Needham explores Function Composition in F#, illustrating with some examples from different well known names in the F# space. [...]</description>
		<content:encoded><![CDATA[<p>[...] F#: Partial Function Application with the Function Composition Operator &#8211; Mark Needham explores Function Composition in F#, illustrating with some examples from different well known names in the F# space. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Torbjörn Gyllebring</title>
		<link>http://www.markhneedham.com/blog/2009/01/12/f-partial-function-application-with-the-function-composition-operator/comment-page-1/#comment-2829</link>
		<dc:creator>Torbjörn Gyllebring</dc:creator>
		<pubDate>Mon, 12 Jan 2009 19:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=841#comment-2829</guid>
		<description>It seems like you&#039;re actually finding odd squares not negative ones.

Given that you could also phrase it like this:
let square x = x*x
let isOdd = x%2  0
let findOddSquares = List.filter (square &gt;&gt; isOdd)</description>
		<content:encoded><![CDATA[<p>It seems like you're actually finding odd squares not negative ones.</p>
<p>Given that you could also phrase it like this:<br />
let square x = x*x<br />
let isOdd = x%2  0<br />
let findOddSquares = List.filter (square &gt;&gt; isOdd)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
