<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by robert</title>
    <description>Stories kicked by robert</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>Scott Hanselman: The Rise of F#</title>
      <description>ScottHa gives a good initial push to F# :) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fTheWeeklySourceCode34TheRiseOfF.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fTheWeeklySourceCode34TheRiseOfF.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Scott_Hanselman_The_Rise_of_F</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Scott_Hanselman_The_Rise_of_F</guid>
      <pubDate>Sun, 28 Sep 2008 14:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Building an F# powered indexing system (part 2)</title>
      <description>The second development chunk focuses on creating documents to index, and munging them into a format to hand off to an external library.  There are examples of calling a .NET library from F#, mutable values, function composition, and several other spiffy sounding things. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftryingthisagain.com%2f2008%2f05%2f12%2fbuilding-an-f-powered-indexing-system-part-2%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftryingthisagain.com%2f2008%2f05%2f12%2fbuilding-an-f-powered-indexing-system-part-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Building_an_F_powered_indexing_system_part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Building_an_F_powered_indexing_system_part_2</guid>
      <pubDate>Wed, 14 May 2008 08:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Building an F# powered indexing system</title>
      <description>When I first started dabbling in F#, I really struggled to understand how someone (in particular, me) would sit down and start writing an application from scratch.  Project Euler puzzles are a great way to learn syntax (and probably the best place to start), but I would have loved to see a real application's source with a sort of &amp;quot;here's how it was built&amp;quot; narrative.  So that's what I'm going to do! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftryingthisagain.com%2f2008%2f05%2f07%2fbuilding-an-f-powered-indexing-system%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftryingthisagain.com%2f2008%2f05%2f07%2fbuilding-an-f-powered-indexing-system%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Building_an_F_powered_indexing_system</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Building_an_F_powered_indexing_system</guid>
      <pubDate>Thu, 08 May 2008 14:46:02 GMT</pubDate>
    </item>
    <item>
      <title>10 Hours in F#: Exploring Concurrency Through An Ant Colony Simulation</title>
      <description>&amp;quot;I gave an hour long talk today, on Concurrency in F#. It featured some slides and a small ant colony simulation to demonstrate different kinds of threading. Overall, I liked developing in F# quite a bit; however, puzzling through the interpreter errors was a brutal process indeed.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2frickm%2farchive%2f2008%2f04%2f25%2f10-hours-in-fsharp-exploring-concurrency-through-an-ant-colony-simulation.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2frickm%2farchive%2f2008%2f04%2f25%2f10-hours-in-fsharp-exploring-concurrency-through-an-ant-colony-simulation.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/10_Hours_in_F_Exploring_Concurrency_Through_An_Ant_Colony_Simulation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/10_Hours_in_F_Exploring_Concurrency_Through_An_Ant_Colony_Simulation</guid>
      <pubDate>Wed, 30 Apr 2008 17:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Apples And Oranges</title>
      <description>&amp;quot;[A] recent blog post caused quite a stir on the F# mailing list. The post presents two solutions for Project Euler Problem 14: one in C# and the other in F#. The C# version clearly is hand-optimized for speed (and is indeed very fast), but the F# solution isn't. Instead, the F# code appears to be written with elegance and brevity in mind. Robert Pickering presented a challenge to create a faster F# solution, and the F# mailing list (which had been dormant for a couple of weeks) literally exploded with ideas. . . .&amp;quot; &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%2f03%2fApplesAndOranges.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdiditwith.net%2f2008%2f04%2f03%2fApplesAndOranges.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Apples_And_Oranges</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Apples_And_Oranges</guid>
      <pubDate>Fri, 04 Apr 2008 22:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Why I Love F#: Result Tuples</title>
      <description>great and direct presentation on how to call C# Code from F# &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdiditwith.net%2f2008%2f01%2f29%2fWhyILoveFResultTuples.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdiditwith.net%2f2008%2f01%2f29%2fWhyILoveFResultTuples.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Why_I_Love_F_Result_Tuples</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Why_I_Love_F_Result_Tuples</guid>
      <pubDate>Thu, 07 Feb 2008 02:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Improve Your C#! Borrow from F#...</title>
      <description>Awsome awsome awsome way of showing off F# functionality.  I know the examples are how you would implement the same thing in C#, but whats great is he's giving you a point of refrerence into F# if you understand only the C# code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdiditwith.net%2f2007%2f11%2f14%2fImproveYourCBorrowFromF.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdiditwith.net%2f2007%2f11%2f14%2fImproveYourCBorrowFromF.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Improve_Your_C_Borrow_from_F</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Improve_Your_C_Borrow_from_F</guid>
      <pubDate>Wed, 14 Nov 2007 18:46:26 GMT</pubDate>
    </item>
    <item>
      <title>F# to become 1st class .NET language</title>
      <description>F#, the functional programming language born from ML and incubated by Microsoft Research,, is ready for prime time. Full Visual Studio support, a commercial development team, official support, the whole bit. F# becomes the first functional language to get 1st class support on the CLR. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fsomasegar%2farchive%2f2007%2f10%2f17%2ff-a-functional-programming-language.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fsomasegar%2farchive%2f2007%2f10%2f17%2ff-a-functional-programming-language.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/F_to_become_1st_class_NET_language</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/F_to_become_1st_class_NET_language</guid>
      <pubDate>Thu, 18 Oct 2007 23:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Exploring L-Systems with F# and C#</title>
      <description>In this post I'm going to show a little program for displaying graphical representations of L-Systems using turtle graphics implemented in F#, C# and WPF. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flangexplr.blogspot.com%2f2007%2f08%2fexploring-l-systems-with-f-and-c.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flangexplr.blogspot.com%2f2007%2f08%2fexploring-l-systems-with-f-and-c.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Exploring_L_Systems_with_F_and_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Exploring_L_Systems_with_F_and_C</guid>
      <pubDate>Wed, 29 Aug 2007 13:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Foundations of F# - First Book Released</title>
      <description>Foundations of F# - The first book on F#, and as far as I know the first book on a niche .NET language (that is one that isn't C#/VB.NET or C++ :) ) will finish its first printing run today (25th May). F# is a functional language for the .NET framework, it is a high quality compiler, with visual studio intergration, implmented by  Microsoft Research.

No doubt this will give a huge boost the F# community, as will the two books, &amp;quot;Expert F#&amp;quot; and &amp;quot;F# for Scientist&amp;quot; that will following it later this year. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcs.hubfs.net%2fblogs%2froberts_strange_f_blog%2farchive%2f2007%2f05%2f20%2f3153.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcs.hubfs.net%2fblogs%2froberts_strange_f_blog%2farchive%2f2007%2f05%2f20%2f3153.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Foundations_of_F_First_Book_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Foundations_of_F_First_Book_Released</guid>
      <pubDate>Fri, 25 May 2007 02:48:29 GMT</pubDate>
    </item>
    <item>
      <title>Easy 3D graphics - free demos, videos and source code!</title>
      <description>create 3D graphics quickly and easily with F#. Free beta release.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ffconsultancy.com%2fproducts%2ffsharp_for_visualization%2findex.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ffconsultancy.com%2fproducts%2ffsharp_for_visualization%2findex.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Easy_3D_graphics_free_demos_videos_and_source_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Easy_3D_graphics_free_demos_videos_and_source_code</guid>
      <pubDate>Fri, 04 May 2007 07:16:01 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to F#</title>
      <description>Cool little on-line tutorial. More information and demos in the F# journal articles to which I now subscribe.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ffconsultancy.com%2fproducts%2ffsharp_journal%2ffree%2fintroduction.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ffconsultancy.com%2fproducts%2ffsharp_journal%2ffree%2fintroduction.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Introduction_to_F</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Introduction_to_F</guid>
      <pubDate>Fri, 20 Apr 2007 14:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Articles, example programs and tutorial videos on F#</title>
      <description>Covering a wide range of topics, including an introduction to functional programming, pattern matching, the .NET platform and more advanced material illustrating the use of the F# interactive mode for data dissection and visualization. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ffconsultancy.com%2fproducts%2ffsharp_journal%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ffconsultancy.com%2fproducts%2ffsharp_journal%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Articles_example_programs_and_tutorial_videos_on_F</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Articles_example_programs_and_tutorial_videos_on_F</guid>
      <pubDate>Wed, 18 Apr 2007 05:10:45 GMT</pubDate>
    </item>
    <item>
      <title>Don Syme: Introduction to F#, Part 1
</title>
      <description>Channel 9 video demonstrating F#, the Microsoft Research's .NET OCaml variant, in action.  Make sure you watch part 2 for some crazy DirectX coding. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchannel9.msdn.com%2fShowpost.aspx%3fpostid%3d234632"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchannel9.msdn.com%2fShowpost.aspx%3fpostid%3d234632" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Don_Syme_Introduction_to_F_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Don_Syme_Introduction_to_F_Part_1
</guid>
      <pubDate>Mon, 30 Oct 2006 18:31:02 GMT</pubDate>
    </item>
  </channel>
</rss>
