<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - 10-4 Episode 17: F# Intro</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/10-4/10-4-Episode-17-F-Intro/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/467545_100x75.jpg</url>
		<title>Channel 9 - 10-4 Episode 17: F# Intro</title>
		<link></link>
	</image>
	<description>
In this episode of 10-4, we take a quick look at F#, a new addition to the family of managed programming languages in Visual Studio 2010. F# is a multi-paradigm programming language. Though its focus is at functional programming, it&#39;s capable of producing
 object-oriented code like other .NET languages.&amp;nbsp;Since it&amp;nbsp;is a .NET language, it can interop just fine with other existing&amp;nbsp;.NET languages.


There is a lot to F#, more than we could possibly cover in a single 10-4 episode. So in this episode, we are just taking a brief look at the basic data types in F# as well as some more intermediate features like recursion, pattern matching, and partially-applied
 functions.  
For people wanting to following along with this episode, you can grab the latest F# CTP directly from the F# MSDN Dev Center:
http://msdn.microsoft.com/en-us/fsharp/default.aspx

For more 10-4 episodes, be sure to visit:
http://channel9.msdn.com/shows/10-4 
hubFS: THE place for F#:
http://cs.hubfs.net/

Don Syme&#39;s Blog:
http://blogs.msdn.com/dsyme/

Dustin Campbell&#39;s Blog:
http://diditwith.net/

Chris Smith&#39;s Blog:
http://blogs.msdn.com/chrsmith/default.aspx

Luke Hoban&#39;s Blog:
http://blogs.msdn.com/lukeh/ 
10-4! Over and out! 
</description>
	<link></link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 09:13:57 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 09:13:57 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: 10-4 Episode 17: F# Intro</title>
		<description>
			<![CDATA[Hello Jason, I noticed on your blog that your are foraying into F# and can see why now.
<br>
<br>
I've not watched this yet, but am going to try your Dan Ingalls rectangle test in WPF, because logic dictates to me that WPF may be more object oriented than Windows Forms i.e. you should have to undergo less ceremony in WPF but I may be wrong. Not coded it
 yet. <br>
<br>
Is F# going to be supported out of the box in VS 2010?<p>posted by vesuvius</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-17-F-Intro#c633767610150000000</link>
		<pubDate>Fri, 01 May 2009 07:50:15 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-17-F-Intro#c633767610150000000</guid>
		<dc:creator>vesuvius</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 17: F# Intro</title>
		<description>
			<![CDATA[in the vieo you say that &quot;the old value of 'a' is still around its just not accesible&quot; but is that really true? surely it will be garbage collected if its not refrenced anywhere else? (in like a closure or something)<p>posted by aL_</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-17-F-Intro#c633767639390000000</link>
		<pubDate>Fri, 01 May 2009 08:38:59 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-17-F-Intro#c633767639390000000</guid>
		<dc:creator>aL_</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 17: F# Intro</title>
		<description>
			<![CDATA[Correct. I just found it's an easier concept to explain to people without getting into the details too much (especially for a quick intro).
<p>posted by JasonOlson</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-17-F-Intro#c633767909460000000</link>
		<pubDate>Fri, 01 May 2009 16:09:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-17-F-Intro#c633767909460000000</guid>
		<dc:creator>JasonOlson</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 17: F# Intro</title>
		<description>
			<![CDATA[Interesting test. I'll be looking forward to seeing what you have to do to achieve it (most of the framework is not wired up in a way (via generics) where you can introduce your own numeric class and have it work just fine).
<br>
<br>
And yes, as mentioned in the description, F# will be included in VS2010.<p>posted by JasonOlson</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-17-F-Intro#c633767910310000000</link>
		<pubDate>Fri, 01 May 2009 16:10:31 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-17-F-Intro#c633767910310000000</guid>
		<dc:creator>JasonOlson</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 17: F# Intro</title>
		<description>
			<![CDATA[How is F# different from say, Lisp or Scheme?<br>
<br>
edit: Okay I googled a bit and found a couple of things.<br>
<br>
<ol>
<li>F# is strongly-typed, Lisp is not. </li><li>F# is not homoiconic, Lisp is. </li><li>F# has the .NET Framework, Lisp doesn't have too many built-in functions.</li></ol>
<p>I know that Lisp is used heavily for AI (at least academically). What are MS's plans for F#?</p>
<p>posted by spivonious</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-17-F-Intro#c633767959800000000</link>
		<pubDate>Fri, 01 May 2009 17:33:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-17-F-Intro#c633767959800000000</guid>
		<dc:creator>spivonious</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 17: F# Intro</title>
		<description>
			<![CDATA[Lisp has macros &amp; uniform syntax, F# does not. F# is statically typed (with type inference), Lisp is dynamically typed.
<p>posted by Jules.dot</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-17-F-Intro#c633768044840000000</link>
		<pubDate>Fri, 01 May 2009 19:54:44 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-17-F-Intro#c633768044840000000</guid>
		<dc:creator>Jules.dot</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 17: F# Intro</title>
		<description>
			<![CDATA[This is how I want to learn new programming languages.<p>posted by ZippyV</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-17-F-Intro#c633769050360000000</link>
		<pubDate>Sat, 02 May 2009 23:50:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-17-F-Intro#c633769050360000000</guid>
		<dc:creator>ZippyV</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 17: F# Intro</title>
		<description>
			<![CDATA[You are cool Jason. <br>
Cheers Mate <br>
<p>posted by VBCoder</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-17-F-Intro#c633769296430000000</link>
		<pubDate>Sun, 03 May 2009 06:40:43 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-17-F-Intro#c633769296430000000</guid>
		<dc:creator>VBCoder</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 17: F# Intro</title>
		<description>
			<![CDATA[
<p>Im guessing F# will help MS be accepted into the academic world a little more. At university our first&nbsp;6months was dedicated to Haskell and trying to shake off any pre-conceptions about programming we had. Functional programming is an interesting world!</p>
<p>posted by Weqster</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-17-F-Intro#c633770804700000000</link>
		<pubDate>Tue, 05 May 2009 00:34:30 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-17-F-Intro#c633770804700000000</guid>
		<dc:creator>Weqster</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 17: F# Intro</title>
		<description>
			<![CDATA[
<p>This video presente basics of F#.&nbsp; When r u&nbsp; going to release another episode on F#&nbsp;, covering it as a functional PL in detailed manner?</p>
<p>posted by imfarida</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-17-F-Intro#c633819370280000000</link>
		<pubDate>Tue, 30 Jun 2009 05:37:08 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-17-F-Intro#c633819370280000000</guid>
		<dc:creator>imfarida</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 17: F# Intro</title>
		<description>
			<![CDATA[
<p>This is like LISP!! I love it. It really feels home.</p>
<p>posted by dcleao</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-17-F-Intro#c633832989410000000</link>
		<pubDate>Wed, 15 Jul 2009 23:55:41 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-17-F-Intro#c633832989410000000</guid>
		<dc:creator>dcleao</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 17: F# Intro</title>
		<description>
			<![CDATA[
<p>For those interested in learning F#, please see a free ebook on the topic at <a href="http://www.ctocorner.com/fsharp/book">http&#58;&#47;&#47;www.ctocorner.com&#47;fsharp&#47;book</a>.</p>
<p>John</p>
<p>&nbsp;</p>
<p>posted by jpuopolo</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-17-F-Intro#c633996870230000000</link>
		<pubDate>Thu, 21 Jan 2010 16:10:23 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-17-F-Intro#c633996870230000000</guid>
		<dc:creator>jpuopolo</dc:creator>
	</item>
</channel>
</rss>