<?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>F# Scripts--Zero to Execute in Ten Seconds</title><link>http://blogs.msdn.com/b/jomo_fisher/archive/2008/08/30/f-scripts-zero-to-execute-in-ten-seconds.aspx</link><description>Jomo Fisher--F# is about conciseness. Consider the interview question that asks you to reverse a singly-linked-list. I’ve been asked this question twice in interviews and even the cleanest implementation in the interviewer’s chosen language was long and</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: F# Scripts--Zero to Execute in Ten Seconds</title><link>http://blogs.msdn.com/b/jomo_fisher/archive/2008/08/30/f-scripts-zero-to-execute-in-ten-seconds.aspx#9170923</link><pubDate>Wed, 03 Dec 2008 20:27:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9170923</guid><dc:creator>qwertie</dc:creator><description>&lt;p&gt;How can one add references to assemblies in a script?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9170923" width="1" height="1"&gt;</description></item><item><title>The Weekly Source Code 34 - The Rise of F#</title><link>http://blogs.msdn.com/b/jomo_fisher/archive/2008/08/30/f-scripts-zero-to-execute-in-ten-seconds.aspx#8964786</link><pubDate>Thu, 25 Sep 2008 12:43:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8964786</guid><dc:creator>Readed By Wrocław NUG members</dc:creator><description>&lt;p&gt;First, let me remind you that in my new ongoing quest to read source code to be a better developer ,&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8964786" width="1" height="1"&gt;</description></item><item><title>re: F# Scripts--Zero to Execute in Ten Seconds</title><link>http://blogs.msdn.com/b/jomo_fisher/archive/2008/08/30/f-scripts-zero-to-execute-in-ten-seconds.aspx#8910067</link><pubDate>Sat, 30 Aug 2008 18:30:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8910067</guid><dc:creator>Jomo Fisher MSFT</dc:creator><description>&lt;p&gt;Hi Qw,&lt;/p&gt;
&lt;p&gt;Thank you, I'd forgotten that I wanted to mention that in the real world you should just use the built in function:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;List.rev mylist&lt;/p&gt;
&lt;p&gt;My code in the article is O(n) but why reinvent the wheel?&lt;/p&gt;
&lt;p&gt;My code in the article is successful if it can show the power and expressiveness of F# language primitives.&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=8910067" width="1" height="1"&gt;</description></item><item><title>re: F# Scripts--Zero to Execute in Ten Seconds</title><link>http://blogs.msdn.com/b/jomo_fisher/archive/2008/08/30/f-scripts-zero-to-execute-in-ten-seconds.aspx#8909658</link><pubDate>Sat, 30 Aug 2008 16:10:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8909658</guid><dc:creator>Qw</dc:creator><description>&lt;P&gt;Oh dear, how about:&lt;/P&gt;
&lt;P&gt;template&amp;lt; class T &amp;gt;&lt;/P&gt;
&lt;P&gt;T reverse( const T&amp;amp; other )&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&amp;nbsp; return T( other.rbegin(), other.rend() );&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;That's the entire point of BCL has missed. On generics and so much more. F# leading nowhere too it seems.&lt;/P&gt;
&lt;P&gt;Oh yes, did I say you have the same mechanics for COMPILE-TIME.&lt;/P&gt;
&lt;P&gt;All this runtime nonsense is so off the mark, it is incredible it improved only so slightly on Java.. life goes on.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8909658" width="1" height="1"&gt;</description></item><item><title>The F# September 2008 CTP is now available!</title><link>http://blogs.msdn.com/b/jomo_fisher/archive/2008/08/30/f-scripts-zero-to-execute-in-ten-seconds.aspx#8909351</link><pubDate>Sat, 30 Aug 2008 14:17:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8909351</guid><dc:creator>Don Syme's WebLog on F# and Other Research Projects</dc:creator><description>&lt;p&gt;I’m very pleased to announce the availability of the F# September 2008 CTP Release , launched via the&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8909351" width="1" height="1"&gt;</description></item><item><title>F# Releases September 2008 CTP!</title><link>http://blogs.msdn.com/b/jomo_fisher/archive/2008/08/30/f-scripts-zero-to-execute-in-ten-seconds.aspx#8908523</link><pubDate>Sat, 30 Aug 2008 08:55:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8908523</guid><dc:creator>Community Blogs</dc:creator><description>&lt;p&gt;Don Syme just announced today the F# Community Technical Preview (CTP) Release September 2008 which is&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8908523" width="1" height="1"&gt;</description></item><item><title>F# Releases September 2008 CTP!</title><link>http://blogs.msdn.com/b/jomo_fisher/archive/2008/08/30/f-scripts-zero-to-execute-in-ten-seconds.aspx#8908418</link><pubDate>Sat, 30 Aug 2008 08:20:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8908418</guid><dc:creator>Matthew Podwysocki's Blog</dc:creator><description>&lt;p&gt;Don Syme just announced today the F# Community Technical Preview (CTP) Release September 2008 which is&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8908418" width="1" height="1"&gt;</description></item><item><title>F# Releases September 2008 CTP!</title><link>http://blogs.msdn.com/b/jomo_fisher/archive/2008/08/30/f-scripts-zero-to-execute-in-ten-seconds.aspx#8908405</link><pubDate>Sat, 30 Aug 2008 08:18:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8908405</guid><dc:creator>Matthew Podwysocki</dc:creator><description>&lt;p&gt;Don Syme just announced today the F# Community Technical Preview (CTP) Release September 2008 which is&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8908405" width="1" height="1"&gt;</description></item><item><title>F# 1.9.6.0 Link Roundup</title><link>http://blogs.msdn.com/b/jomo_fisher/archive/2008/08/30/f-scripts-zero-to-execute-in-ten-seconds.aspx#8906326</link><pubDate>Fri, 29 Aug 2008 21:59:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8906326</guid><dc:creator>Jomo Fisher -- Sharp Things</dc:creator><description>&lt;p&gt;- Don's Announcement [ reddit ][ digg ] - F# Scripts -- Zero to Execute in Ten Seconds [ reddit ][ digg&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8906326" width="1" height="1"&gt;</description></item></channel></rss>