<?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#: A day of writing a little twitter application</title>
	<atom:link href="http://www.markhneedham.com/blog/2009/04/13/f-a-day-of-writing-a-little-twitter-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markhneedham.com/blog/2009/04/13/f-a-day-of-writing-a-little-twitter-application/</link>
	<description>Thoughts on Software Development</description>
	<lastBuildDate>Sun, 14 Mar 2010 14:43:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Javascript: Using &#8216;replace&#8217; to make a link clickable at Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/04/13/f-a-day-of-writing-a-little-twitter-application/comment-page-1/#comment-18387</link>
		<dc:creator>Javascript: Using &#8216;replace&#8217; to make a link clickable at Mark Needham</dc:creator>
		<pubDate>Mon, 08 Jun 2009 02:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1124#comment-18387</guid>
		<description>[...] been doing a bit more work on my twitter application over the weekend - this time taking the tweets that I&#039;ve stored in CouchDB and displaying them on a [...]</description>
		<content:encoded><![CDATA[<p>[...] been doing a bit more work on my twitter application over the weekend &#8211; this time taking the tweets that I've stored in CouchDB and displaying them on a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F#: Testing asynchronous calls to MailBoxProcessor at Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/04/13/f-a-day-of-writing-a-little-twitter-application/comment-page-1/#comment-17879</link>
		<dc:creator>F#: Testing asynchronous calls to MailBoxProcessor at Mark Needham</dc:creator>
		<pubDate>Sat, 30 May 2009 10:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1124#comment-17879</guid>
		<description>[...] with my attempts to test some of the code in my twitter application I&#039;ve been trying to work out how to test the Erlang style messaging which I set up to [...]</description>
		<content:encoded><![CDATA[<p>[...] with my attempts to test some of the code in my twitter application I've been trying to work out how to test the Erlang style messaging which I set up to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xUnit.NET: Running tests written in Visual Studio 2010 at Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/04/13/f-a-day-of-writing-a-little-twitter-application/comment-page-1/#comment-17863</link>
		<dc:creator>xUnit.NET: Running tests written in Visual Studio 2010 at Mark Needham</dc:creator>
		<pubDate>Sat, 30 May 2009 01:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1124#comment-17863</guid>
		<description>[...] Beta 1 release last Wednesday and in particular I&#039;ve been writing some xUnit.NET tests around the twitter application I&#039;ve been working [...]</description>
		<content:encoded><![CDATA[<p>[...] Beta 1 release last Wednesday and in particular I've been writing some xUnit.NET tests around the twitter application I've been working [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Real World Functional Programming: Book Review at Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/04/13/f-a-day-of-writing-a-little-twitter-application/comment-page-1/#comment-17543</link>
		<dc:creator>Real World Functional Programming: Book Review at Mark Needham</dc:creator>
		<pubDate>Sun, 24 May 2009 09:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1124#comment-17543</guid>
		<description>[...] what is going on behind the syntactic sugar that F# provides. I have made some use of these in the little twitter appication that I&#039;ve been working on now and [...]</description>
		<content:encoded><![CDATA[<p>[...] what is going on behind the syntactic sugar that F# provides. I have made some use of these in the little twitter appication that I've been working on now and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F#: Stuff I get confused about at Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/04/13/f-a-day-of-writing-a-little-twitter-application/comment-page-1/#comment-15865</link>
		<dc:creator>F#: Stuff I get confused about at Mark Needham</dc:creator>
		<pubDate>Sat, 02 May 2009 04:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1124#comment-15865</guid>
		<description>[...] example in my twitter application I was trying to append two lists together similar to this: let first_item = [...]</description>
		<content:encoded><![CDATA[<p>[...] example in my twitter application I was trying to append two lists together similar to this: let first_item = [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/04/13/f-a-day-of-writing-a-little-twitter-application/comment-page-1/#comment-15395</link>
		<dc:creator>Mark Needham</dc:creator>
		<pubDate>Sun, 26 Apr 2009 12:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1124#comment-15395</guid>
		<description>@Alexy - To setup the F# project I just installed the F# for Visual Studio pack and then I created an F# project. 

I have the tweetsharp dlls as references in my F# project and then I can reference them by using &#039;open Dimebrain.TweetSharp.Fluent&#039; for example rather than &#039;using Dimebrain.TweetSharp.Fluent&#039; if it was a C# project.

Hope that explains what I&#039;ve done. Let me know if not.
Mark</description>
		<content:encoded><![CDATA[<p>@Alexy &#8211; To setup the F# project I just installed the F# for Visual Studio pack and then I created an F# project. </p>
<p>I have the tweetsharp dlls as references in my F# project and then I can reference them by using 'open Dimebrain.TweetSharp.Fluent' for example rather than 'using Dimebrain.TweetSharp.Fluent' if it was a C# project.</p>
<p>Hope that explains what I've done. Let me know if not.<br />
Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexy Khrabrov</title>
		<link>http://www.markhneedham.com/blog/2009/04/13/f-a-day-of-writing-a-little-twitter-application/comment-page-1/#comment-15234</link>
		<dc:creator>Alexy Khrabrov</dc:creator>
		<pubDate>Fri, 24 Apr 2009 15:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1124#comment-15234</guid>
		<description>Or, specifically -- how do you structure the F# vis-a-vis Tweet#, i.e. how do you refer to the Tweet# DLLs?</description>
		<content:encoded><![CDATA[<p>Or, specifically &#8212; how do you structure the F# vis-a-vis Tweet#, i.e. how do you refer to the Tweet# DLLs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexy Khrabrov</title>
		<link>http://www.markhneedham.com/blog/2009/04/13/f-a-day-of-writing-a-little-twitter-application/comment-page-1/#comment-15201</link>
		<dc:creator>Alexy Khrabrov</dc:creator>
		<pubDate>Fri, 24 Apr 2009 05:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1124#comment-15201</guid>
		<description>Greetings Mark -- awesome job, I want to get started digging into tweeter with F# too!  Now I&#039;m fresh across a boot camp partition from Mac to Vista, and wonder how exactly do you set up the F# project to do that?  Care to post it?</description>
		<content:encoded><![CDATA[<p>Greetings Mark &#8212; awesome job, I want to get started digging into tweeter with F# too!  Now I'm fresh across a boot camp partition from Mac to Vista, and wonder how exactly do you set up the F# project to do that?  Care to post it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F#: Refactoring that little twitter application into objects at Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/04/13/f-a-day-of-writing-a-little-twitter-application/comment-page-1/#comment-14738</link>
		<dc:creator>F#: Refactoring that little twitter application into objects at Mark Needham</dc:creator>
		<pubDate>Fri, 17 Apr 2009 22:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1124#comment-14738</guid>
		<description>[...] previously wrote about a little twitter application I&#039;ve been writing to go through my twitter feed and find only the tweets ... and while it works I realised that I was finding it quite difficult to add any additional [...]</description>
		<content:encoded><![CDATA[<p>[...] previously wrote about a little twitter application I've been writing to go through my twitter feed and find only the tweets &#8230; and while it works I realised that I was finding it quite difficult to add any additional [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coding Dojo #12: F# at Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/04/13/f-a-day-of-writing-a-little-twitter-application/comment-page-1/#comment-14604</link>
		<dc:creator>Coding Dojo #12: F# at Mark Needham</dc:creator>
		<pubDate>Thu, 16 Apr 2009 08:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1124#comment-14604</guid>
		<description>[...] this with an F# function while verifying that the output was still the same. As I mentioned on my post about the little twitter application I&#039;m working on, I&#039;m intrigued as to how we should structure code in F#. Apparently the answer is as objects but [...]</description>
		<content:encoded><![CDATA[<p>[...] this with an F# function while verifying that the output was still the same. As I mentioned on my post about the little twitter application I'm working on, I'm intrigued as to how we should structure code in F#. Apparently the answer is as objects but [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
