image F# September CTP is now available for download here. I have installed the CTP on a Virtual Machine which also has Visual Studio 2008 installed. This CTP also included Visual Studio project templates which can be used to create F# applications.

F#

Hello F#

After installing F# I thought of doing the Hello World ritual to see what the code looks like. This code does not illustrate any features of a functional language, it is just as I said a hello!

#light
let message = "Hello F#"
open System
Console.WriteLine(message)
Console.ReadKey()

How do I learn F#?

Doing a quick search on Amazon returns three books on F#.

image

This post is also a good starting point for learning F#. I am looking forward to other parts on Chris Smith’s blog.

Technorati Tags:

Tagged with:
 

One Response to Download F# September CTP

  1. Thanks, bookmarked this blog.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>