<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Adventures in F# - F# 101 Part 3</title><link>http://weblogs.asp.net/podwysocki/archive/2008/02/28/adventures-in-f-f-101-part-3.aspx</link><description>Update: Added more topics Part 4 - History of F#, Operators and Lists Today we have another installment of the Adventures in F# - F# 101 series. This time we're going to cover more functional programming basics and hopefully cover some pretty interesting</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: Adventures in F# - F# 101 Part 3</title><link>http://weblogs.asp.net/podwysocki/archive/2008/02/28/adventures-in-f-f-101-part-3.aspx#7076720</link><pubDate>Fri, 08 May 2009 00:55:08 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7076720</guid><dc:creator>Stuart Noble</dc:creator><author>Stuart Noble</author><description>&lt;p&gt;Steve K, your note would produce:&lt;/p&gt;
&lt;p&gt;&amp;quot;Hello&lt;/p&gt;
&lt;p&gt;Cleveland&amp;quot;&lt;/p&gt;
&lt;p&gt;It looks to me like the output should really be &amp;quot;Hello Cleveland&amp;quot;, so to make it so use:&lt;/p&gt;
&lt;p&gt;stringList.ForEach(fun x -&amp;gt; printf &amp;quot;%s&amp;quot; x)&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7076720" width="1" height="1"&gt;</description></item><item><title>re: Adventures in F# - F# 101 Part 3</title><link>http://weblogs.asp.net/podwysocki/archive/2008/02/28/adventures-in-f-f-101-part-3.aspx#6980429</link><pubDate>Thu, 19 Mar 2009 21:35:24 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6980429</guid><dc:creator>Steve K</dc:creator><author>Steve K</author><description>&lt;p&gt;I believe last line of the last code example should be:&lt;/p&gt;
&lt;p&gt;stringList.ForEach(fun x -&amp;gt; printfn &amp;quot;%s&amp;quot; x)&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6980429" width="1" height="1"&gt;</description></item><item><title>Adventures in F# - F# 101 Part 4</title><link>http://weblogs.asp.net/podwysocki/archive/2008/02/28/adventures-in-f-f-101-part-3.aspx#5925500</link><pubDate>Thu, 06 Mar 2008 07:41:01 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5925500</guid><dc:creator>Matthew Podwysocki's Blog</dc:creator><author>Matthew Podwysocki's Blog</author><description>&lt;p&gt;Time for another adventure in F#, covering the 101 level basics of the language and why I love it as&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5925500" width="1" height="1"&gt;</description></item></channel></rss>