<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with fsharp</title>
    <description>the latest stories tagged with 'fsharp' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>New F# Windows Phone Library Project Template</title>
      <description>There is a new F# Windows Phone Library project template now available on Visual Studio Gallery. This project template allows you to add a new F# library project to a Windows Phone solution rather than having to start with one of the solution templates that is initialized with both a C# and F# project... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbloggemdano.blogspot.com%2f2011%2f11%2fnew-f-windows-phone-library-project.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbloggemdano.blogspot.com%2f2011%2f11%2fnew-f-windows-phone-library-project.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/WindowsPhone7/New_F_Windows_Phone_Library_Project_Template</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/WindowsPhone7/New_F_Windows_Phone_Library_Project_Template</guid>
      <pubDate>Thu, 10 Nov 2011 01:50:44 GMT</pubDate>
    </item>
    <item>
      <title>Spelling numbers in F#</title>
      <description>Convert numbers to words in F# &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.ak0.org%2f2010%2f06%2fspelling-numbers-in-f.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.ak0.org%2f2010%2f06%2fspelling-numbers-in-f.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Spelling_numbers_in_F</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Spelling_numbers_in_F</guid>
      <pubDate>Sat, 05 Jun 2010 07:50:05 GMT</pubDate>
    </item>
    <item>
      <title>The Ted Neward F# Folding Challenge</title>
      <description>My friend, and fellow Professional F# 2.0 author, Ted Neward recently challenged me to a bit of a Code Kata.   Take a list of numbers and compress it in a particular simple way but without any mutable state. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frichardminerich.com%2f2010%2f04%2fthe-ted-neward-f-folding-challenge%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frichardminerich.com%2f2010%2f04%2fthe-ted-neward-f-folding-challenge%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/The_Ted_Neward_F_Folding_Challenge</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/The_Ted_Neward_F_Folding_Challenge</guid>
      <pubDate>Thu, 29 Apr 2010 23:25:20 GMT</pubDate>
    </item>
    <item>
      <title>What &amp;amp; Why Choose F#?</title>
      <description>I am becoming more interested in F# lately, learning a little more on what it's all about and in my travels I have stumbled across a few links and topics on why one should use F# and what it's all about. I thought I might share. Shamefully, I personally have still been too flat out to use it myself, but hoping that will change very soon! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgoneale.com%2f2009%2f06%2f09%2fwhat-why-choose-f-sharp%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgoneale.com%2f2009%2f06%2f09%2fwhat-why-choose-f-sharp%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/What_Why_Choose_F</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/What_Why_Choose_F</guid>
      <pubDate>Tue, 09 Jun 2009 10:48:59 GMT</pubDate>
    </item>
    <item>
      <title>Functional C# - Learn from F# and LINQ </title>
      <description>We'll take samples from F# and show that some higher order functions already exist in the base class libraries and you can use them today without having to reinvent any wheels. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fmatthew.podwysocki%2farchive%2f2008%2f06%2f16%2ffunctional-c-learn-from-f-and-linq.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fmatthew.podwysocki%2farchive%2f2008%2f06%2f16%2ffunctional-c-learn-from-f-and-linq.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Functional_C_Learn_from_F_and_LINQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Functional_C_Learn_from_F_and_LINQ</guid>
      <pubDate>Tue, 17 Jun 2008 18:26:38 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to the FSharp programming language</title>
      <description> A brief introduction to the F# programming language that will be the next one to integrate Microsoft Visual Studio. From the point of view of a C# programmer there's a lot you must learn to master the new concepts related to this powerful functional programming language. See where to download the F# compiler bits and start programming today. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flenielmacaferi.blogspot.com%2f2008%2f05%2fintro-to-fsharp-programming-language.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flenielmacaferi.blogspot.com%2f2008%2f05%2fintro-to-fsharp-programming-language.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Introduction_to_the_FSharp_programming_language</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Introduction_to_the_FSharp_programming_language</guid>
      <pubDate>Wed, 07 May 2008 10:06:01 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to the FSharp programming language</title>
      <description> A brief introduction to the F# programming language that will be the next one to integrate Microsoft Visual Studio. From the point of view of a C# programmer there's a lot you must learn to master the new concepts related to this powerful functional programming language. See where to download the F# compiler bits and start programming today. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flenielmacaferi.blogspot.com%2f2008%2f05%2fintro-to-fsharp-programming-language.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flenielmacaferi.blogspot.com%2f2008%2f05%2fintro-to-fsharp-programming-language.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Introduction_to_the_FSharp_programming_language</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Introduction_to_the_FSharp_programming_language</guid>
      <pubDate>Wed, 07 May 2008 10:06:01 GMT</pubDate>
    </item>
    <item>
      <title>Yet Another Project Euler Series (YAPES)</title>
      <description>For the past several months, I've been using F# to solve at least two Project Euler problems each week. I find this is a great way to sharpen my math skills and my F# skills simultaneously. If you're looking for a way to flex your programming muscles, you really should check out Project Euler. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdiditwith.net%2f2008%2f04%2f24%2fYetAnotherProjectEulerSeriesYAPES.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdiditwith.net%2f2008%2f04%2f24%2fYetAnotherProjectEulerSeriesYAPES.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Yet_Another_Project_Euler_Series_YAPES</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Yet_Another_Project_Euler_Series_YAPES</guid>
      <pubDate>Wed, 07 May 2008 00:31:02 GMT</pubDate>
    </item>
    <item>
      <title>New F# Compiler Released</title>
      <description>The new version of the F# Compiler was released May 1, 2008. Go download it now. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fresearch.microsoft.com%2fresearch%2fdownloads%2fDetails%2f7ac148a7-149b-4056-aa06-1e6754efd36f%2fDetails.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fresearch.microsoft.com%2fresearch%2fdownloads%2fDetails%2f7ac148a7-149b-4056-aa06-1e6754efd36f%2fDetails.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/New_F_Compiler_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/New_F_Compiler_Released</guid>
      <pubDate>Sat, 03 May 2008 08:01:02 GMT</pubDate>
    </item>
    <item>
      <title>I've got 99 Problems But a Glitch Ain't One : Problems 1-10 (F#)</title>
      <description>The first milestone: Solutions to Problems 1-10 of  Dr. Werner Hett's 99 Problems in F#.   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.frickinsweet.com%2f99problems%2fpost%2f99-Problems-in-F-(1-10)-10-down2c-89-to-go.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.frickinsweet.com%2f99problems%2fpost%2f99-Problems-in-F-(1-10)-10-down2c-89-to-go.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/I_ve_got_99_Problems_But_a_Glitch_Ain_t_One_Problems_1_10_F</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/I_ve_got_99_Problems_But_a_Glitch_Ain_t_One_Problems_1_10_F</guid>
      <pubDate>Wed, 26 Mar 2008 20:58:43 GMT</pubDate>
    </item>
    <item>
      <title>I've got 99 Problems But a Glitch Ain't One : Problem 8 (F#) </title>
      <description>Solution to Problem #8 of 99 Problems in F# (Eliminate consecutive duplicates of list elements). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.frickinsweet.com%2f99problems%2fpost%2fProblem-8.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.frickinsweet.com%2f99problems%2fpost%2fProblem-8.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/I_ve_got_99_Problems_But_a_Glitch_Ain_t_One_Problem_8_F</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/I_ve_got_99_Problems_But_a_Glitch_Ain_t_One_Problem_8_F</guid>
      <pubDate>Thu, 20 Mar 2008 23:10:07 GMT</pubDate>
    </item>
    <item>
      <title>I've got 99 Problems But a Glitch Ain't One : Problem 7 (F#)</title>
      <description>Solution to Problem #7 of 99 Problems in F# (Flatten a nested list structure using recursion). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.frickinsweet.com%2f99problems%2fpost%2fProblem-7.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.frickinsweet.com%2f99problems%2fpost%2fProblem-7.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/I_ve_got_99_Problems_But_a_Glitch_Ain_t_One_Problem_7_F</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/I_ve_got_99_Problems_But_a_Glitch_Ain_t_One_Problem_7_F</guid>
      <pubDate>Thu, 06 Mar 2008 08:44:44 GMT</pubDate>
    </item>
    <item>
      <title>I've got 99 problems but a glitch aint 1 : Problem 2</title>
      <description>Solving the 99 problems with F# -- problem 2 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.frickinsweet.com%2f99problems%2fpost%2fProblem-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.frickinsweet.com%2f99problems%2fpost%2fProblem-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/I_ve_got_99_problems_but_a_glitch_aint_1_Problem_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/I_ve_got_99_problems_but_a_glitch_aint_1_Problem_2</guid>
      <pubDate>Mon, 25 Feb 2008 18:12:37 GMT</pubDate>
    </item>
    <item>
      <title>I've got 99 problems but a glitch aint 1 : Problem 1</title>
      <description>Solving the 99 problems with F#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.frickinsweet.com%2f99problems%2fpost%2fProblem-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.frickinsweet.com%2f99problems%2fpost%2fProblem-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/I_ve_got_99_problems_but_a_glitch_aint_1_Problem_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/I_ve_got_99_problems_but_a_glitch_aint_1_Problem_1</guid>
      <pubDate>Mon, 25 Feb 2008 18:11:20 GMT</pubDate>
    </item>
  </channel>
</rss>
