<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>fsharpsamples Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Home</link><description>fsharpsamples Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://fsharpsamples.codeplex.com/Wiki/View.aspx?title=Home&amp;version=29</link><description>&lt;div class="wikidoc"&gt;This project contains various examples, walkthroughs and demos built by the members of the F# community using the F# programming language. The goal of this project is to show how to use various F# language features, demonstrate F# best practices and provide larger and more complicated examples built in F#. To get the samples, just go to the &lt;a href="http://fsharpsamples.codeplex.com/SourceControl/ListDownloadableCommits.aspx" class="externalLink"&gt;source code repository&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and fill your pockets!&lt;br /&gt;
&lt;h2&gt;Quick Starts&lt;/h2&gt;
&lt;h3&gt;Introductory Articles&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://weblogs.asp.net/gbarnett/archive/2007/09/19/using-f-interactive.aspx" class="externalLink"&gt;Using F# Interactive&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - A quick post showing how to get started with the F# interactive shell&lt;/li&gt;
&lt;li&gt;&lt;a href="http://tomasp.net/blog/fsharp-i-introduction.aspx" class="externalLink"&gt;F# Overview&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - A four-part series that introduces the functional, object-oriented and language-oriented programming in F#.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://tomasp.net/blog/functional-overview.aspx" class="externalLink"&gt;Functional Programming in .NET using C# and F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - An overview that introduces functional programming using F# and C# and shows some of it's real-world benefits.&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Podcasts and Interviews&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.dotnetrocks.com/default.aspx?showNum=266" class="externalLink"&gt;Jon Harrop talking about F# on DotNetRocks&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.hanselminutes.com/default.aspx?showID=94" class="externalLink"&gt;Robert Pickering interview on Hanselminutes on F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://herdingcode.com/?p=45" class="externalLink"&gt;Matt Podwysocki on F# and Functional Programming&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.dotnetrocks.com/default.aspx?showNum=377" class="externalLink"&gt;Ted Neward and Amanda Laucher on F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Books&lt;/h2&gt;

&lt;h4&gt;&lt;a href="http://www.amazon.co.uk/Expert-F-Don-Syme/dp/1590598504/ref=pd_bbs_sr_2/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-2" class="externalLink"&gt;Expert F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; by Don Syme, Adam Granicz, Antonio Cisternino&lt;/h4&gt;
A deep introduction to the F# language and programming techniques. Co-authored by Don Syme, the lead designer of the F# language, this book covers the F# language and libraries, as well as some important areas of applied programming with F#, such as parallel and asynchronous programming, language-oriented programming and working with data.&lt;br /&gt;
&lt;h4&gt;&lt;a href="http://www.amazon.co.uk/Foundations-F-Robert-Pickering/dp/1590597575/ref=pd_bbs_sr_1/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-1" class="externalLink"&gt;Foundations of F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; by Robert Pickering&lt;/h4&gt;
An introduction to functional programming with F#. Including many samples, this book walks through the features of the F# language and libraries, and covers many of the .NET Framework features which can be leveraged with F#.&lt;br /&gt;
&lt;h4&gt;&lt;a href="http://www.amazon.com/gp/product/0470242116/sr=1-1/qid=1156801743/ref=sr_1_1/104-6313703-3867159?ie=UTF8&amp;amp;s=books" class="externalLink"&gt;F# for Scientists&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; by Jon Harrop&lt;/h4&gt;
Focuses on how F# can be applied to problems in technical and scientific computing. Provides a simple introduction to F#, followed by discussions of topics such as optimization, numerical analysis, interoperability, and visualization.&lt;br /&gt;
&lt;h4&gt;&lt;a href="http://www.manning.com/petricek" class="externalLink"&gt;Real World Functional Programming&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; by Tomas Petricek&lt;/h4&gt;
The book is focused on existing C# 2.0 developers and it uses examples in C# and F# to guide the reader through the concepts of functional programming. Then it shows many advanced functional techniques in F# and where applicaple also in C#, such as domain specific languages, parallel and asynchronous programming and design of functional data structures. &lt;br /&gt;
&lt;h4&gt;&lt;a href="http://oreilly.com/catalog/9780596801359" class="externalLink"&gt;Programming F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; by Chris Smith&lt;/h4&gt;
This in-depth tutorial introduces you to F#, Microsoft's new multi-paradigm programming language. You'll not only learn how to use F# as a general-purpose language similar to C# and Visual Basic, but as a functional programming language for developing concurrent and math-intensive applications on the .NET platform. &lt;br /&gt;
&lt;h2&gt;Links&lt;/h2&gt;

&lt;ul&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/fsharp.aspx" class="externalLink"&gt;Official F# MSR homepage&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://research.microsoft.com/projects/fsharp/manual/library.aspx" class="externalLink"&gt;F# Documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/manual/default.aspx" class="externalLink"&gt;F# Manual (MSR)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/dsyme/" class="externalLink"&gt;Don Syme's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.strangelights.com/blog/" class="externalLink"&gt;Robert Pickering's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://tomasp.net/blog/" class="externalLink"&gt;Tomas Petricek&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://weblogs.asp.net/gbarnett" class="externalLink"&gt;Granville Barnett's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://cs.hubfs.net/" class="externalLink"&gt;The Hub&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/lukeh/" class="externalLink"&gt;Luke Hoban's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;License&lt;/h2&gt;
&lt;br /&gt;Terms and requirements of the use of all code hosted here on F# samples are covered by the &lt;a href="http://www.codeplex.com/fsharpsamples/Project/License.aspx" class="externalLink"&gt;Microsoft Permissive License (Ms-PL)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;</description><author>tomasp</author><pubDate>Sat, 25 Apr 2009 18:43:45 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090425064345P</guid></item><item><title>Updated Wiki: Home</title><link>http://fsharpsamples.codeplex.com/Wiki/View.aspx?title=Home&amp;version=28</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Description&lt;/h2&gt;
&lt;br /&gt;Sample projects built using Microsoft Research&amp;#39;s F&amp;#35; functional programming language to aid adoption of the F&amp;#35; language.&lt;br /&gt;&lt;br /&gt;Just go to the source code repository and fill your pockets&amp;#33;&lt;br /&gt;
&lt;h2&gt;Quick Starts&lt;/h2&gt;

&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.dotnetrocks.com/default.aspx?showNum=266" class="externalLink"&gt;Jon Harrop talking about F# on DotNetRocks&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.hanselminutes.com/default.aspx?showID=94" class="externalLink"&gt;Robert Pickering interview on Hanselminutes on F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://weblogs.asp.net/gbarnett/archive/2007/09/19/using-f-interactive.aspx" class="externalLink"&gt;Using F# Interactive&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://tomasp.net/blog/fsharp-i-introduction.aspx" class="externalLink"&gt;F# Overview&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - A four-part series that introduces the functional, object-oriented and language-oriented programming in F#.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://tomasp.net/blog/functional-overview.aspx" class="externalLink"&gt;Functional Programming in .NET using C# and F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - An overview that introduces functional programming using F# and C# and shows some of it's real-world benefits.&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Books&lt;/h2&gt;

&lt;h4&gt;&lt;a href="http://www.amazon.co.uk/Expert-F-Don-Syme/dp/1590598504/ref=pd_bbs_sr_2/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-2" class="externalLink"&gt;Expert F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; by Don Syme, Adam Granicz, Antonio Cisternino&lt;/h4&gt;
A deep introduction to the F# language and programming techniques. Co-authored by Don Syme, the lead designer of the F# language, this book covers the F# language and libraries, as well as some important areas of applied programming with F#, such as parallel and asynchronous programming, language-oriented programming and working with data.&lt;br /&gt;
&lt;h4&gt;&lt;a href="http://www.amazon.co.uk/Foundations-F-Robert-Pickering/dp/1590597575/ref=pd_bbs_sr_1/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-1" class="externalLink"&gt;Foundations of F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; by Robert Pickering&lt;/h4&gt;
An introduction to functional programming with F#. Including many samples, this book walks through the features of the F# language and libraries, and covers many of the .NET Framework features which can be leveraged with F#.&lt;br /&gt;
&lt;h4&gt;&lt;a href="http://www.amazon.com/gp/product/0470242116/sr=1-1/qid=1156801743/ref=sr_1_1/104-6313703-3867159?ie=UTF8&amp;amp;s=books" class="externalLink"&gt;F# for Scientists&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; by Jon Harrop&lt;/h4&gt;
Focuses on how F# can be applied to problems in technical and scientific computing. Provides a simple introduction to F#, followed by discussions of topics such as optimization, numerical analysis, interoperability, and visualization.&lt;br /&gt;
&lt;h4&gt;&lt;a href="http://www.manning.com/petricek" class="externalLink"&gt;Real World Functional Programming&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; by Tomas Petricek&lt;/h4&gt;
The book is focused on existing C# 2.0 developers and it uses examples in C# and F# to guide the reader through the concepts of functional programming. Then it shows many advanced functional techniques in F# and where applicaple also in C#, such as domain specific languages, parallel and asynchronous programming and design of functional data structures. &lt;br /&gt;
&lt;h4&gt;&lt;a href="http://oreilly.com/catalog/9780596801359" class="externalLink"&gt;Programming F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; by Chris Smith&lt;/h4&gt;
This in-depth tutorial introduces you to F#, Microsoft's new multi-paradigm programming language. You'll not only learn how to use F# as a general-purpose language similar to C# and Visual Basic, but as a functional programming language for developing concurrent and math-intensive applications on the .NET platform. &lt;br /&gt;
&lt;h2&gt;Links&lt;/h2&gt;

&lt;ul&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/fsharp.aspx" class="externalLink"&gt;Official F# MSR homepage&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://research.microsoft.com/projects/fsharp/manual/library.aspx" class="externalLink"&gt;F# Documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/manual/default.aspx" class="externalLink"&gt;F# Manual (MSR)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/dsyme/" class="externalLink"&gt;Don Syme's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.strangelights.com/blog/" class="externalLink"&gt;Robert Pickering's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://tomasp.net/blog/" class="externalLink"&gt;Tomas Petricek&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://weblogs.asp.net/gbarnett" class="externalLink"&gt;Granville Barnett's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://cs.hubfs.net/" class="externalLink"&gt;The Hub&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/lukeh/" class="externalLink"&gt;Luke Hoban's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;License&lt;/h2&gt;
&lt;br /&gt;Terms and requirements of the use of all code hosted here on F# samples are covered by the &lt;a href="http://www.codeplex.com/fsharpsamples/Project/License.aspx" class="externalLink"&gt;Microsoft Permissive License (Ms-PL)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;</description><author>tomasp</author><pubDate>Sat, 25 Apr 2009 18:34:38 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090425063438P</guid></item><item><title>Updated Wiki: Home</title><link>http://fsharpsamples.codeplex.com/Wiki/View.aspx?title=Home&amp;version=27</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Description&lt;/h2&gt;
&lt;br /&gt;Sample projects built using Microsoft Research&amp;#39;s F&amp;#35; functional programming language to aid adoption of the F&amp;#35; language.&lt;br /&gt;&lt;br /&gt;Just go to the source code repository and fill your pockets&amp;#33;&lt;br /&gt;
&lt;h2&gt;Quick Starts&lt;/h2&gt;

&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.dotnetrocks.com/default.aspx?showNum=266" class="externalLink"&gt;Jon Harrop talking about F# on DotNetRocks&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.hanselminutes.com/default.aspx?showID=94" class="externalLink"&gt;Robert Pickering interview on Hanselminutes on F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://weblogs.asp.net/gbarnett/archive/2007/09/19/using-f-interactive.aspx" class="externalLink"&gt;Using F# Interactive&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Books&lt;/h2&gt;

&lt;h4&gt;&lt;a href="http://www.amazon.co.uk/Expert-F-Don-Syme/dp/1590598504/ref=pd_bbs_sr_2/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-2" class="externalLink"&gt;Expert F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; by Don Syme, Adam Granicz, Antonio Cisternino&lt;/h4&gt;
A deep introduction to the F# language and programming techniques. Co-authored by Don Syme, the lead designer of the F# language, this book covers the F# language and libraries, as well as some important areas of applied programming with F#, such as parallel and asynchronous programming, language-oriented programming and working with data.&lt;br /&gt;
&lt;h4&gt;&lt;a href="http://www.amazon.co.uk/Foundations-F-Robert-Pickering/dp/1590597575/ref=pd_bbs_sr_1/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-1" class="externalLink"&gt;Foundations of F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; by Robert Pickering&lt;/h4&gt;
An introduction to functional programming with F#. Including many samples, this book walks through the features of the F# language and libraries, and covers many of the .NET Framework features which can be leveraged with F#.&lt;br /&gt;
&lt;h4&gt;&lt;a href="http://www.amazon.com/gp/product/0470242116/sr=1-1/qid=1156801743/ref=sr_1_1/104-6313703-3867159?ie=UTF8&amp;amp;s=books" class="externalLink"&gt;F# for Scientists&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; by Jon Harrop&lt;/h4&gt;
Focuses on how F# can be applied to problems in technical and scientific computing. Provides a simple introduction to F#, followed by discussions of topics such as optimization, numerical analysis, interoperability, and visualization.&lt;br /&gt;
&lt;h4&gt;&lt;a href="http://www.manning.com/petricek" class="externalLink"&gt;Real World Functional Programming&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; by Tomas Petricek&lt;/h4&gt;
The book is focused on existing C# 2.0 developers and it uses examples in C# and F# to guide the reader through the concepts of functional programming. Then it shows many advanced functional techniques in F# and where applicaple also in C#, such as domain specific languages, parallel and asynchronous programming and design of functional data structures. &lt;br /&gt;
&lt;h4&gt;&lt;a href="http://oreilly.com/catalog/9780596801359" class="externalLink"&gt;Programming F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; by Chris Smith&lt;/h4&gt;
This in-depth tutorial introduces you to F#, Microsoft's new multi-paradigm programming language. You'll not only learn how to use F# as a general-purpose language similar to C# and Visual Basic, but as a functional programming language for developing concurrent and math-intensive applications on the .NET platform. &lt;br /&gt;
&lt;h2&gt;Links&lt;/h2&gt;

&lt;ul&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/fsharp.aspx" class="externalLink"&gt;Official F# MSR homepage&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://research.microsoft.com/projects/fsharp/manual/library.aspx" class="externalLink"&gt;F# Documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/manual/default.aspx" class="externalLink"&gt;F# Manual (MSR)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/dsyme/" class="externalLink"&gt;Don Syme's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.strangelights.com/blog/" class="externalLink"&gt;Robert Pickering's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://tomasp.net/blog/" class="externalLink"&gt;Tomas Petricek&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://weblogs.asp.net/gbarnett" class="externalLink"&gt;Granville Barnett's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://cs.hubfs.net/" class="externalLink"&gt;The Hub&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/lukeh/" class="externalLink"&gt;Luke Hoban's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;License&lt;/h2&gt;
&lt;br /&gt;Terms and requirements of the use of all code hosted here on F# samples are covered by the &lt;a href="http://www.codeplex.com/fsharpsamples/Project/License.aspx" class="externalLink"&gt;Microsoft Permissive License (Ms-PL)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;</description><author>tomasp</author><pubDate>Sat, 25 Apr 2009 18:31:18 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090425063118P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Home&amp;version=26</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Description
&lt;/h2&gt; &lt;br /&gt;Sample projects built using Microsoft Research&amp;#39;s F&amp;#35; functional programming language to aid adoption of the F&amp;#35; language.&lt;br /&gt;&lt;br /&gt;Just go to the source code repository and fill your pockets&amp;#33;
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Quick Starts
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.dotnetrocks.com/default.aspx?showNum=266" class="externalLink"&gt;Jon Harrop talking about F# on DotNetRocks&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.hanselminutes.com/default.aspx?showID=94" class="externalLink"&gt;Robert Pickering interview on Hanselminutes on F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://weblogs.asp.net/gbarnett/archive/2007/09/19/using-f-interactive.aspx" class="externalLink"&gt;Using F# Interactive&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Links
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/fsharp.aspx" class="externalLink"&gt;Official F# MSR homepage&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/projects/fsharp/manual/library.aspx" class="externalLink"&gt;F# Documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/manual/default.aspx" class="externalLink"&gt;F# Manual (MSR)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/dsyme/" class="externalLink"&gt;Don Syme's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.strangelights.com/blog/" class="externalLink"&gt;Robert Pickering's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://tomasp.net/blog/" class="externalLink"&gt;Tomas Petricek&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://weblogs.asp.net/gbarnett" class="externalLink"&gt;Granville Barnett's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://cs.hubfs.net/" class="externalLink"&gt;The Hub&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/lukeh/" class="externalLink"&gt;Luke Hoban's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Books
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.amazon.co.uk/Foundations-F-Robert-Pickering/dp/1590597575/ref=pd_bbs_sr_1/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-1" class="externalLink"&gt;Foundations of F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.co.uk/Expert-F-Don-Syme/dp/1590598504/ref=pd_bbs_sr_2/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-2" class="externalLink"&gt;Expert F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
License
&lt;/h2&gt; &lt;br /&gt;Terms and requirements of the use of all code hosted here on F# samples are covered by the &lt;a href="http://www.codeplex.com/fsharpsamples/Project/License.aspx" class="externalLink"&gt;Microsoft Permissive License (Ms-PL)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>gbarnett</author><pubDate>Sat, 12 Jan 2008 14:00:05 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080112020005P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Home&amp;version=25</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Description
&lt;/h2&gt; &lt;br /&gt;Sample projects built using Microsoft Research&amp;#39;s F&amp;#35; functional programming language to aid adoption of the F&amp;#35; language. 
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Quick Starts
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.dotnetrocks.com/default.aspx?showNum=266" class="externalLink"&gt;Jon Harrop talking about F# on DotNetRocks&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.hanselminutes.com/default.aspx?showID=94" class="externalLink"&gt;Robert Pickering interview on Hanselminutes on F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://weblogs.asp.net/gbarnett/archive/2007/09/19/using-f-interactive.aspx" class="externalLink"&gt;Using F# Interactive&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Links
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/fsharp.aspx" class="externalLink"&gt;Official F# MSR homepage&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/projects/fsharp/manual/library.aspx" class="externalLink"&gt;F# Documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/manual/default.aspx" class="externalLink"&gt;F# Manual (MSR)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/dsyme/" class="externalLink"&gt;Don Syme's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.strangelights.com/blog/" class="externalLink"&gt;Robert Pickering's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://tomasp.net/blog/" class="externalLink"&gt;Tomas Petricek&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://weblogs.asp.net/gbarnett" class="externalLink"&gt;Granville Barnett's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://cs.hubfs.net/" class="externalLink"&gt;The Hub&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Books
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.amazon.co.uk/Foundations-F-Robert-Pickering/dp/1590597575/ref=pd_bbs_sr_1/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-1" class="externalLink"&gt;Foundations of F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.co.uk/Expert-F-Don-Syme/dp/1590598504/ref=pd_bbs_sr_2/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-2" class="externalLink"&gt;Expert F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
License
&lt;/h2&gt; &lt;br /&gt;Terms and requirements of the use of all code hosted here on F# samples are covered by the &lt;a href="http://www.codeplex.com/fsharpsamples/Project/License.aspx" class="externalLink"&gt;Microsoft Permissive License (Ms-PL)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>gbarnett</author><pubDate>Fri, 28 Sep 2007 20:04:39 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070928080439P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Home&amp;version=24</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Description
&lt;/h2&gt; &lt;br /&gt;Sample projects built using Microsoft Research&amp;#39;s F&amp;#35; functional programming language to aid adoption of the F&amp;#35; language. 
&lt;br /&gt; &lt;br /&gt;&lt;i&gt;&lt;b&gt;Visual Studio 2008 Beta 2&lt;/b&gt;: for those wanting to use F# 1.9.2.7 with VS 2008 Beta 2 and are encountering project registration problems please check out this link - &lt;a href="http://gbarnett.org/archive/2007/08/03/how-to-get-f-working-on-vs-2008-beta-2.aspx" class="externalLink"&gt;How to get F# working on VS 2008 Beta 2&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; which explains the repo and fix.&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Quick Starts
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.dotnetrocks.com/default.aspx?showNum=266" class="externalLink"&gt;Jon Harrop talking about F# on DotNetRocks&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.hanselminutes.com/default.aspx?showID=94" class="externalLink"&gt;Robert Pickering interview on Hanselminutes on F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://gbarnett.org/archive/2007/07/20/using-f-interactive.aspx" class="externalLink"&gt;Using F# Interactive&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Links
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/fsharp.aspx" class="externalLink"&gt;Official F# MSR homepage&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/projects/fsharp/manual/library.aspx" class="externalLink"&gt;F# Documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/manual/default.aspx" class="externalLink"&gt;F# Manual (MSR)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/dsyme/" class="externalLink"&gt;Don Syme's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.strangelights.com/blog/" class="externalLink"&gt;Robert Pickering's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;[url:Tomas P|http://tomasp.net/blog/&lt;/li&gt;&lt;li&gt;&lt;a href="http://weblogs.asp.net/gbarnett" class="externalLink"&gt;Granville Barnett's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://cs.hubfs.net/" class="externalLink"&gt;The Hub&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Books
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.amazon.co.uk/Foundations-F-Robert-Pickering/dp/1590597575/ref=pd_bbs_sr_1/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-1" class="externalLink"&gt;Foundations of F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.co.uk/Expert-F-Don-Syme/dp/1590598504/ref=pd_bbs_sr_2/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-2" class="externalLink"&gt;Expert F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
License
&lt;/h2&gt; &lt;br /&gt;Terms and requirements of the use of all code hosted here on F# samples are covered by the &lt;a href="http://www.codeplex.com/fsharpsamples/Project/License.aspx" class="externalLink"&gt;Microsoft Permissive License (Ms-PL)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>gbarnett</author><pubDate>Fri, 28 Sep 2007 19:59:42 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070928075942P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Home&amp;version=23</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Description
&lt;/h2&gt; &lt;br /&gt;Sample projects built using Microsoft Research&amp;#39;s F&amp;#35; functional programming language to aid adoption of the F&amp;#35; language. 
&lt;br /&gt; &lt;br /&gt;&lt;i&gt;&lt;b&gt;Visual Studio 2008 Beta 2&lt;/b&gt;: for those wanting to use F# 1.9.2.7 with VS 2008 Beta 2 and are encountering project registration problems please check out this link - &lt;a href="http://gbarnett.org/archive/2007/08/03/how-to-get-f-working-on-vs-2008-beta-2.aspx" class="externalLink"&gt;How to get F# working on VS 2008 Beta 2&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; which explains the repo and fix.&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Quick Starts
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.dotnetrocks.com/default.aspx?showNum=266" class="externalLink"&gt;Jon Harrop talking about F# on DotNetRocks&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.hanselminutes.com/default.aspx?showID=94" class="externalLink"&gt;Robert Pickering interview on Hanselminutes on F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://gbarnett.org/archive/2007/07/20/using-f-interactive.aspx" class="externalLink"&gt;Using F# Interactive&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Code Downloads
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Basics%20of%20F&amp;amp;referringTitle=Home"&gt;Basics&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Gui&amp;amp;referringTitle=Home"&gt;GUI's&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Links
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/fsharp.aspx" class="externalLink"&gt;Official F# MSR homepage&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/projects/fsharp/manual/library.aspx" class="externalLink"&gt;F# Documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/manual/default.aspx" class="externalLink"&gt;F# Manual (MSR)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/dsyme/" class="externalLink"&gt;Don Syme's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.strangelights.com/blog/" class="externalLink"&gt;Robert Pickering's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://gbarnett.org" class="externalLink"&gt;Granville Barnett's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://cs.hubfs.net/" class="externalLink"&gt;The Hub&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Books
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.amazon.co.uk/Foundations-F-Robert-Pickering/dp/1590597575/ref=pd_bbs_sr_1/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-1" class="externalLink"&gt;Foundations of F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.co.uk/Expert-F-Don-Syme/dp/1590598504/ref=pd_bbs_sr_2/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-2" class="externalLink"&gt;Expert F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
License
&lt;/h2&gt; &lt;br /&gt;Terms and requirements of the use of all code hosted here on F# samples are covered by the &lt;a href="http://www.codeplex.com/fsharpsamples/Project/License.aspx" class="externalLink"&gt;Microsoft Permissive License (Ms-PL)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>gbarnett</author><pubDate>Sat, 15 Sep 2007 17:40:41 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070915054041P</guid></item><item><title>UPDATED WIKI: Gui</title><link>http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Gui&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
GUI's
&lt;/h2&gt; &lt;br /&gt;&lt;i&gt;Note: everything on this page can be downloaded from the Gui folder in the source repository.&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;Samples that use Microsoft's GUI libraries like Win Forms, WPF and Silverlight.&lt;br /&gt; &lt;br /&gt;Covered so far:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Win Forms&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>gbarnett</author><pubDate>Tue, 14 Aug 2007 22:47:01 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Gui 20070814104701P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Home&amp;version=22</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Description
&lt;/h2&gt; &lt;br /&gt;Sample projects built using Microsoft Research&amp;#39;s F&amp;#35; functional programming language to aid adoption of the F&amp;#35; language. 
&lt;br /&gt; &lt;br /&gt;&lt;i&gt;&lt;b&gt;Visual Studio 2008 Beta 2&lt;/b&gt;: for those wanting to use F# 1.9.2.7 with VS 2008 Beta 2 and are encountering project registration problems please check out this link - &lt;a href="http://gbarnett.org/archive/2007/08/03/how-to-get-f-working-on-vs-2008-beta-2.aspx" class="externalLink"&gt;How to get F# working on VS 2008 Beta 2&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; which explains the repo and fix.&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Quick Starts
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.hanselminutes.com/default.aspx?showID=94" class="externalLink"&gt;Robert Pickering interview on Hanselminutes on F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://gbarnett.org/archive/2007/07/20/using-f-interactive.aspx" class="externalLink"&gt;Using F# Interactive&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Code Downloads
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Basics%20of%20F&amp;amp;referringTitle=Home"&gt;Basics&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Gui&amp;amp;referringTitle=Home"&gt;GUI's&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Links
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/fsharp.aspx" class="externalLink"&gt;Official F# MSR homepage&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/projects/fsharp/manual/library.aspx" class="externalLink"&gt;F# Documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/manual/default.aspx" class="externalLink"&gt;F# Manual (MSR)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/dsyme/" class="externalLink"&gt;Don Syme's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.strangelights.com/blog/" class="externalLink"&gt;Robert Pickering's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://gbarnett.org" class="externalLink"&gt;Granville Barnett's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://cs.hubfs.net/" class="externalLink"&gt;The Hub&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Books
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.amazon.co.uk/Foundations-F-Robert-Pickering/dp/1590597575/ref=pd_bbs_sr_1/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-1" class="externalLink"&gt;Foundations of F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.co.uk/Expert-F-Don-Syme/dp/1590598504/ref=pd_bbs_sr_2/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-2" class="externalLink"&gt;Expert F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
License
&lt;/h2&gt; &lt;br /&gt;Terms and requirements of the use of all code hosted here on F# samples are covered by the &lt;a href="http://www.codeplex.com/fsharpsamples/Project/License.aspx" class="externalLink"&gt;Microsoft Permissive License (Ms-PL)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>gbarnett</author><pubDate>Tue, 14 Aug 2007 22:44:59 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070814104459P</guid></item><item><title>UPDATED WIKI: Basics of F</title><link>http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Basics of F&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Basics of F#
&lt;/h2&gt; &lt;br /&gt;&lt;i&gt;You can find the source associated with this page in the Basics folder of the source control repository.&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;h3&gt;
Who should look at this?
&lt;/h3&gt; &lt;br /&gt;If you are new to F#, or have experience with other functional languages like Haskell and want to get a quick grounding then take a look at the concise examples in this &amp;quot;Basics&amp;quot; release.&lt;br /&gt; &lt;br /&gt;&lt;h3&gt;
What is not covered
&lt;/h3&gt; &lt;br /&gt;I have not covered things like types, and things like exception handling - basically anything that is not really associated with the core of FP.  You can expect other projects to cover this stuff.&lt;br /&gt; &lt;br /&gt;&lt;h3&gt;
What does it cover?
&lt;/h3&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Variables&lt;/li&gt;&lt;li&gt;Functions (as well as the important functions as values lesson!)&lt;/li&gt;&lt;li&gt;Lists (essential data structure in languages like F# and Haskell)&lt;/li&gt;&lt;li&gt;Lazy Evaluation&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>gbarnett</author><pubDate>Sat, 11 Aug 2007 20:28:01 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Basics of F 20070811082801P</guid></item><item><title>UPDATED WIKI: Basics of F</title><link>http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Basics of F&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Basics of F#
&lt;/h2&gt; &lt;br /&gt;&lt;i&gt;You can find the source associated with this page in the Basics folder of the source control repository.&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;h3&gt;
Who should look at this?
&lt;/h3&gt; &lt;br /&gt;If you are new to F#, or have experience with other functional languages like Haskell and want to get a quick grounding then take a look at the concise examples in this &amp;quot;Basics&amp;quot; release.&lt;br /&gt; &lt;br /&gt;&lt;h3&gt;
What does it cover?
&lt;/h3&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Variables&lt;/li&gt;&lt;li&gt;Functions (as well as the important functions as values lesson!)&lt;/li&gt;&lt;li&gt;Lists (essential data structure in languages like F# and Haskell)&lt;/li&gt;&lt;li&gt;Lazy Evaluation&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>gbarnett</author><pubDate>Sat, 11 Aug 2007 20:26:36 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Basics of F 20070811082636P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Home&amp;version=21</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Description
&lt;/h2&gt; &lt;br /&gt;Sample projects built using Microsoft Research&amp;#39;s F&amp;#35; functional programming language to aid adoption of the F&amp;#35; language. 
&lt;br /&gt; &lt;br /&gt;&lt;i&gt;&lt;b&gt;Visual Studio 2008 Beta 2&lt;/b&gt;: for those wanting to use F# 1.9.2.7 with VS 2008 Beta 2 and are encountering project registration problems please check out this link - &lt;a href="http://gbarnett.org/archive/2007/08/03/how-to-get-f-working-on-vs-2008-beta-2.aspx" class="externalLink"&gt;How to get F# working on VS 2008 Beta 2&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; which explains the repo and fix.&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Quick Starts
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.hanselminutes.com/default.aspx?showID=94" class="externalLink"&gt;Robert Pickering interview on Hanselminutes on F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://gbarnett.org/archive/2007/07/20/using-f-interactive.aspx" class="externalLink"&gt;Using F# Interactive&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Code Downloads
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Basics%20of%20F&amp;amp;referringTitle=Home"&gt;Basics&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Links
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/fsharp.aspx" class="externalLink"&gt;Official F# MSR homepage&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/projects/fsharp/manual/library.aspx" class="externalLink"&gt;F# Documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/manual/default.aspx" class="externalLink"&gt;F# Manual (MSR)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/dsyme/" class="externalLink"&gt;Don Syme's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.strangelights.com/blog/" class="externalLink"&gt;Robert Pickering's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://gbarnett.org" class="externalLink"&gt;Granville Barnett's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://cs.hubfs.net/" class="externalLink"&gt;The Hub&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Books
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.amazon.co.uk/Foundations-F-Robert-Pickering/dp/1590597575/ref=pd_bbs_sr_1/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-1" class="externalLink"&gt;Foundations of F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.co.uk/Expert-F-Don-Syme/dp/1590598504/ref=pd_bbs_sr_2/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-2" class="externalLink"&gt;Expert F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
License
&lt;/h2&gt; &lt;br /&gt;Terms and requirements of the use of all code hosted here on F# samples are covered by the &lt;a href="http://www.codeplex.com/fsharpsamples/Project/License.aspx" class="externalLink"&gt;Microsoft Permissive License (Ms-PL)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>gbarnett</author><pubDate>Sat, 11 Aug 2007 20:25:36 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070811082536P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Home&amp;version=20</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Description
&lt;/h2&gt; &lt;br /&gt;Sample projects built using Microsoft Research&amp;#39;s F&amp;#35; functional programming language to aid adoption of the F&amp;#35; language. 
&lt;br /&gt; &lt;br /&gt;&lt;i&gt;&lt;b&gt;Visual Studio 2008 Beta 2&lt;/b&gt;: for those wanting to use F# 1.9.2.7 with VS 2008 Beta 2 and are encountering project registration problems please check out this link - &lt;a href="http://gbarnett.org/archive/2007/08/03/how-to-get-f-working-on-vs-2008-beta-2.aspx" class="externalLink"&gt;How to get F# working on VS 2008 Beta 2&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; which explains the repo and fix.&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Quick Starts
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://gbarnett.org/archive/2007/07/20/using-f-interactive.aspx" class="externalLink"&gt;Using F# Interactive&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Code Downloads
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Basics%20of%20F&amp;amp;referringTitle=Home"&gt;Basics&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Links
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/fsharp.aspx" class="externalLink"&gt;Official F# MSR homepage&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/projects/fsharp/manual/library.aspx" class="externalLink"&gt;F# Documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/manual/default.aspx" class="externalLink"&gt;F# Manual (MSR)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/dsyme/" class="externalLink"&gt;Don Syme's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.strangelights.com/blog/" class="externalLink"&gt;Robert Pickering's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://gbarnett.org" class="externalLink"&gt;Granville Barnett's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://cs.hubfs.net/" class="externalLink"&gt;The Hub&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Books
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.amazon.co.uk/Foundations-F-Robert-Pickering/dp/1590597575/ref=pd_bbs_sr_1/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-1" class="externalLink"&gt;Foundations of F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.co.uk/Expert-F-Don-Syme/dp/1590598504/ref=pd_bbs_sr_2/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-2" class="externalLink"&gt;Expert F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
License
&lt;/h2&gt; &lt;br /&gt;Terms and requirements of the use of all code hosted here on F# samples are covered by the &lt;a href="http://www.codeplex.com/fsharpsamples/Project/License.aspx" class="externalLink"&gt;Microsoft Permissive License (Ms-PL)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>gbarnett</author><pubDate>Fri, 03 Aug 2007 22:22:07 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070803102207P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Home&amp;version=19</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Description
&lt;/h2&gt; &lt;br /&gt;Sample projects built using Microsoft Research&amp;#39;s F&amp;#35; functional programming language to aid adoption of the F&amp;#35; language. 
&lt;br /&gt; &lt;br /&gt;&lt;i&gt;&lt;b&gt;Visual Studio 2008 Beta 2&lt;/b&gt;: for those wanting to use F# 1.9.2.7 with VS 2008 Beta 2 and are encountering project registration problems please check out this link - &lt;a href="http://gbarnett.org/archive/2007/08/03/how-to-get-f-working-on-vs-2008-beta-2.aspx" class="externalLink"&gt;How to get F# working on VS 2008 Beta 2&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; which explains the repo and fix.&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Quick Starts
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://gbarnett.org/archive/2007/07/20/using-f-interactive.aspx" class="externalLink"&gt;Using F# Interactive&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Code
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Basics%20of%20F&amp;amp;referringTitle=Home"&gt;Basics&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Links
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/fsharp.aspx" class="externalLink"&gt;Official F# MSR homepage&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/projects/fsharp/manual/library.aspx" class="externalLink"&gt;F# Documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/manual/default.aspx" class="externalLink"&gt;F# Manual (MSR)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/dsyme/" class="externalLink"&gt;Don Syme's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.strangelights.com/blog/" class="externalLink"&gt;Robert Pickering's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://gbarnett.org" class="externalLink"&gt;Granville Barnett's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://cs.hubfs.net/" class="externalLink"&gt;The Hub&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Books
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.amazon.co.uk/Foundations-F-Robert-Pickering/dp/1590597575/ref=pd_bbs_sr_1/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-1" class="externalLink"&gt;Foundations of F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.co.uk/Expert-F-Don-Syme/dp/1590598504/ref=pd_bbs_sr_2/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-2" class="externalLink"&gt;Expert F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
License
&lt;/h2&gt; &lt;br /&gt;Terms and requirements of the use of all code hosted here on F# samples are covered by the &lt;a href="http://www.codeplex.com/fsharpsamples/Project/License.aspx" class="externalLink"&gt;Microsoft Permissive License (Ms-PL)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>gbarnett</author><pubDate>Fri, 03 Aug 2007 22:21:45 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070803102145P</guid></item><item><title>UPDATED WIKI: Basics of F</title><link>http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Basics of F&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Basics of F#
&lt;/h2&gt; &lt;br /&gt;&lt;b&gt;todo:  release link.&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;h3&gt;
Who should look at this?
&lt;/h3&gt; &lt;br /&gt;If you are new to F#, or have experience with other functional languages like Haskell and want to get a quick grounding then take a look at the concise examples in this &amp;quot;Basics&amp;quot; release.&lt;br /&gt; &lt;br /&gt;&lt;h3&gt;
What does it cover?
&lt;/h3&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Variables&lt;/li&gt;&lt;li&gt;Functions (as well as the important functions as values lesson!)&lt;/li&gt;&lt;li&gt;Lists (essential data structure in languages like F# and Haskell)&lt;/li&gt;&lt;li&gt;... and more being added.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>gbarnett</author><pubDate>Fri, 03 Aug 2007 22:20:26 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Basics of F 20070803102026P</guid></item><item><title>UPDATED WIKI: Basics of F</title><link>http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Basics of F&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Basics of F#
&lt;/h2&gt; &lt;br /&gt;This is a single solution that has sample code covering:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Variables&lt;/li&gt;&lt;li&gt;Functions (as well as the important functions as values lesson!)&lt;/li&gt;&lt;li&gt;Lists (essential data structure in languages like F# and Haskell)&lt;/li&gt;&lt;li&gt;... and more being added.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>gbarnett</author><pubDate>Fri, 03 Aug 2007 22:18:18 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Basics of F 20070803101818P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Home&amp;version=18</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Description
&lt;/h2&gt; &lt;br /&gt;Sample projects built using Microsoft Research&amp;#39;s F&amp;#35; functional programming language to aid adoption of the F&amp;#35; language.  There are also classes that can be downloaded.
&lt;br /&gt; &lt;br /&gt;&lt;i&gt;&lt;b&gt;Visual Studio 2008 Beta 2&lt;/b&gt;: for those wanting to use F# 1.9.2.7 with VS 2008 Beta 2 and are encountering project registration problems please check out this link - &lt;a href="http://gbarnett.org/archive/2007/08/03/how-to-get-f-working-on-vs-2008-beta-2.aspx" class="externalLink"&gt;How to get F# working on VS 2008 Beta 2&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; which explains the repo and fix.&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Quick Starts
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://gbarnett.org/archive/2007/07/20/using-f-interactive.aspx" class="externalLink"&gt;Using F# Interactive&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Examples
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Basics%20of%20F&amp;amp;referringTitle=Home"&gt;Basics&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Links
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/fsharp.aspx" class="externalLink"&gt;Official F# MSR homepage&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/projects/fsharp/manual/library.aspx" class="externalLink"&gt;F# Documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/manual/default.aspx" class="externalLink"&gt;F# Manual (MSR)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/dsyme/" class="externalLink"&gt;Don Syme's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.strangelights.com/blog/" class="externalLink"&gt;Robert Pickering's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://gbarnett.org" class="externalLink"&gt;Granville Barnett's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://cs.hubfs.net/" class="externalLink"&gt;The Hub&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Books
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.amazon.co.uk/Foundations-F-Robert-Pickering/dp/1590597575/ref=pd_bbs_sr_1/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-1" class="externalLink"&gt;Foundations of F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.co.uk/Expert-F-Don-Syme/dp/1590598504/ref=pd_bbs_sr_2/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-2" class="externalLink"&gt;Expert F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
License
&lt;/h2&gt; &lt;br /&gt;Terms and requirements of the use of all code hosted here on F# samples are covered by the &lt;a href="http://www.codeplex.com/fsharpsamples/Project/License.aspx" class="externalLink"&gt;Microsoft Permissive License (Ms-PL)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>gbarnett</author><pubDate>Fri, 03 Aug 2007 22:16:23 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070803101623P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Home&amp;version=17</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Description
&lt;/h2&gt; &lt;br /&gt;Sample projects built using Microsoft Research&amp;#39;s F&amp;#35; functional programming language to aid adoption of the F&amp;#35; language.  There are also classes that can be downloaded.
&lt;br /&gt; &lt;br /&gt;&lt;i&gt;For those wanting to use F# 1.9.2.7 with VS 2008 Beta 2 and are encountering project registration problems please check out this link - &lt;a href="http://gbarnett.org/archive/2007/08/03/how-to-get-f-working-on-vs-2008-beta-2.aspx" class="externalLink"&gt;How to get F# working on VS 2008 Beta 2&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; which explains the repo and fix.&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Quick Starts
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://gbarnett.org/archive/2007/07/20/using-f-interactive.aspx" class="externalLink"&gt;Using F# Interactive&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Examples
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Basics%20of%20F&amp;amp;referringTitle=Home"&gt;Basics&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Links
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/fsharp.aspx" class="externalLink"&gt;Official F# MSR homepage&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/projects/fsharp/manual/library.aspx" class="externalLink"&gt;F# Documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/manual/default.aspx" class="externalLink"&gt;F# Manual (MSR)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/dsyme/" class="externalLink"&gt;Don Syme's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.strangelights.com/blog/" class="externalLink"&gt;Robert Pickering's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://gbarnett.org" class="externalLink"&gt;Granville Barnett's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://cs.hubfs.net/" class="externalLink"&gt;The Hub&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Books
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.amazon.co.uk/Foundations-F-Robert-Pickering/dp/1590597575/ref=pd_bbs_sr_1/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-1" class="externalLink"&gt;Foundations of F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.co.uk/Expert-F-Don-Syme/dp/1590598504/ref=pd_bbs_sr_2/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-2" class="externalLink"&gt;Expert F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
License
&lt;/h2&gt; &lt;br /&gt;Terms and requirements of the use of all code hosted here on F# samples are covered by the &lt;a href="http://www.codeplex.com/fsharpsamples/Project/License.aspx" class="externalLink"&gt;Microsoft Permissive License (Ms-PL)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>gbarnett</author><pubDate>Fri, 03 Aug 2007 22:15:32 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070803101532P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Home&amp;version=16</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Description
&lt;/h2&gt; &lt;br /&gt;Sample projects built using Microsoft Research&amp;#39;s F&amp;#35; functional programming language to aid adoption of the F&amp;#35; language.  There are also classes that can be downloaded.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Quick Starts
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://gbarnett.org/archive/2007/07/20/using-f-interactive.aspx" class="externalLink"&gt;Using F# Interactive&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Examples
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Basics%20of%20F&amp;amp;referringTitle=Home"&gt;Basics&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Links
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/fsharp.aspx" class="externalLink"&gt;Official F# MSR homepage&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/projects/fsharp/manual/library.aspx" class="externalLink"&gt;F# Documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/manual/default.aspx" class="externalLink"&gt;F# Manual (MSR)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/dsyme/" class="externalLink"&gt;Don Syme's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.strangelights.com/blog/" class="externalLink"&gt;Robert Pickering's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://gbarnett.org" class="externalLink"&gt;Granville Barnett's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://cs.hubfs.net/" class="externalLink"&gt;The Hub&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Books
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.amazon.co.uk/Foundations-F-Robert-Pickering/dp/1590597575/ref=pd_bbs_sr_1/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-1" class="externalLink"&gt;Foundations of F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.co.uk/Expert-F-Don-Syme/dp/1590598504/ref=pd_bbs_sr_2/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-2" class="externalLink"&gt;Expert F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
License
&lt;/h2&gt; &lt;br /&gt;Terms and requirements of the use of all code hosted here on F# samples are covered by the &lt;a href="http://www.codeplex.com/fsharpsamples/Project/License.aspx" class="externalLink"&gt;Microsoft Permissive License (Ms-PL)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>gbarnett</author><pubDate>Tue, 24 Jul 2007 21:30:46 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070724093046P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Home&amp;version=15</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Description
&lt;/h2&gt; &lt;br /&gt;Sample projects built using Microsoft Research&amp;#39;s F&amp;#35; functional programming language to aid adoption of the F&amp;#35; language.  There are also classes that can be downloaded.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Quick Starts
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://gbarnett.org/archive/2007/07/20/using-f-interactive.aspx" class="externalLink"&gt;Using F# Interactive&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Examples
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/fsharpsamples/Wiki/View.aspx?title=Basics%20of%20F&amp;amp;referringTitle=Home"&gt;Basics of F\&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Links
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/fsharp.aspx" class="externalLink"&gt;Official F# MSR homepage&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/projects/fsharp/manual/library.aspx" class="externalLink"&gt;F# Documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/fsharp/manual/default.aspx" class="externalLink"&gt;F# Manual (MSR)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/dsyme/" class="externalLink"&gt;Don Syme's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.strangelights.com/blog/" class="externalLink"&gt;Robert Pickering's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://gbarnett.org" class="externalLink"&gt;Granville Barnett's blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://cs.hubfs.net/" class="externalLink"&gt;The Hub&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Books
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.amazon.co.uk/Foundations-F-Robert-Pickering/dp/1590597575/ref=pd_bbs_sr_1/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-1" class="externalLink"&gt;Foundations of F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.co.uk/Expert-F-Don-Syme/dp/1590598504/ref=pd_bbs_sr_2/203-4618609-4363166?ie=UTF8&amp;amp;s=books&amp;amp;qid=1184967273&amp;amp;sr=8-2" class="externalLink"&gt;Expert F#&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
License
&lt;/h2&gt; &lt;br /&gt;Terms and requirements of the use of all code hosted here on F# samples are covered by the &lt;a href="http://www.codeplex.com/fsharpsamples/Project/License.aspx" class="externalLink"&gt;Microsoft Permissive License (Ms-PL)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>gbarnett</author><pubDate>Tue, 24 Jul 2007 21:30:25 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070724093025P</guid></item></channel></rss>