<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>Full Release Notes for F# 1.9.3.7 and 1.9.3.14</title><link>http://blogs.msdn.com/b/dsyme/archive/2007/11/30/full-release-notes-for-f-1-9-3-7.aspx</link><description>I'm glad to say that a release candidate for F# 1.9.3 is now available ( download via main post ). The changes up to 1.9.3.7 are documented further below. Additional changes between1.9.3.7 and 1.9.3.14 are: 
 
 
 Constructed classes may now be mutually</description><dc:language>en-GB</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Full Release Notes for F# 1.9.3.7 and 1.9.3.14</title><link>http://blogs.msdn.com/b/dsyme/archive/2007/11/30/full-release-notes-for-f-1-9-3-7.aspx#8571279</link><pubDate>Tue, 03 Jun 2008 12:24:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8571279</guid><dc:creator>Ben</dc:creator><description>&lt;p&gt;I find myself using floating point ranges quite often, so I'd like to better understand the reasons for deprecating, if you could post on that some time.&lt;/p&gt;
&lt;p&gt;For instance, I have some type which expresses a line in 2d space:&lt;/p&gt;
&lt;p&gt;type line =&lt;/p&gt;
&lt;p&gt; &amp;nbsp;Start: Vector&lt;/p&gt;
&lt;p&gt; &amp;nbsp;Length: float&lt;/p&gt;
&lt;p&gt; &amp;nbsp;Project: float -&amp;gt; Vector //Return x,y given curvilinear position&lt;/p&gt;
&lt;p&gt;To plot that with an arbitrary increment along the line, I have a function:&lt;/p&gt;
&lt;p&gt;let plot inc (l:line) =&lt;/p&gt;
&lt;p&gt; &amp;nbsp;{0.0..inc..l.Length} |&amp;gt; Seq.map l.Project&lt;/p&gt;
&lt;p&gt;I don't see how I could do this cleanly with an Seq&amp;lt;int&amp;gt; |&amp;gt; float&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8571279" width="1" height="1"&gt;</description></item><item><title>re: Full Release Notes for F# 1.9.3.7</title><link>http://blogs.msdn.com/b/dsyme/archive/2007/11/30/full-release-notes-for-f-1-9-3-7.aspx#6655116</link><pubDate>Tue, 04 Dec 2007 19:38:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6655116</guid><dc:creator>nativecpp</dc:creator><description>&lt;p&gt;I am new to F#. I just want to find out the requirement:&lt;/p&gt;
&lt;p&gt;1)I need vs 2005 and .Net 2.0. Can I create F# project inside VS 2005 ?&lt;/p&gt;
&lt;p&gt;2)I plan to update to VS2008. Same question from #1 ?&lt;/p&gt;
&lt;p&gt;BTW, I have been reading some articles on F# (Syntax, language, etc)Any suggestion on how I should start writing ?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6655116" width="1" height="1"&gt;</description></item><item><title>re: Full Release Notes for F# 1.9.3.7</title><link>http://blogs.msdn.com/b/dsyme/archive/2007/11/30/full-release-notes-for-f-1-9-3-7.aspx#6646360</link><pubDate>Mon, 03 Dec 2007 19:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6646360</guid><dc:creator>honu</dc:creator><description>&lt;p&gt;Thanks; its good to see progress, looking forward to more good news.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6646360" width="1" height="1"&gt;</description></item><item><title>F# 1.9.3 RC out now!</title><link>http://blogs.msdn.com/b/dsyme/archive/2007/11/30/full-release-notes-for-f-1-9-3-7.aspx#6641871</link><pubDate>Sun, 02 Dec 2007 13:34:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6641871</guid><dc:creator>Granville Barnett</dc:creator><description>&lt;p&gt;Ok so from my point of view this is an awesome F# update, why? because unlike 1.9.2 where you had to&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6641871" width="1" height="1"&gt;</description></item><item><title>F# 1.9.3 Release Candidate (1.9.3.7) is now available</title><link>http://blogs.msdn.com/b/dsyme/archive/2007/11/30/full-release-notes-for-f-1-9-3-7.aspx#6639752</link><pubDate>Sun, 02 Dec 2007 08:25:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6639752</guid><dc:creator>The Pope of The Hub</dc:creator><description>&lt;p&gt;Dr. Don Syme and the F# team have provided a &amp;quot;stabilization&amp;quot; release of F#. It looks like they...&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6639752" width="1" height="1"&gt;</description></item><item><title>F# 1.9.3 Candidate Release Now Available!</title><link>http://blogs.msdn.com/b/dsyme/archive/2007/11/30/full-release-notes-for-f-1-9-3-7.aspx#6621359</link><pubDate>Sat, 01 Dec 2007 03:20:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6621359</guid><dc:creator>Don Syme's WebLog on F# and Other Research Projects</dc:creator><description>&lt;p&gt;I'm very glad to say that a release candidate for F# 1.9.3 is now available ( MSI , ZIP ). This is F#&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6621359" width="1" height="1"&gt;</description></item></channel></rss>