Download F# September CTP
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.

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#.

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: F#
Tagged with: F#
One Response to Download F# September CTP
Leave a Reply Cancel reply
Top Posts
- LINQ To SQL Tutorial
- LINQ To SQL Join On Multiple Conditions
- Code Sample: Programmatically Download File Using C#
- Windows 7 Control Panel In Classic Mode
- More Details Emerge On Microsoft Master Certification
- Use SqlConnection With LINQ To SQL
- Free Icons And Images With Visual Studio 2008
- Capture XML In WCF Service
- Dynamic Sort With LINQ
- StyleCop Tutorial
Tags
.Net 2010 ADO.NET ASP.NET Azure Blogging Books Browsers C# Certification Cloud Computing Code Snippets Community Data Services Eclipse Entity Framework Google IDE Java LINQ Mac Microsoft Museum NetBeans Office Oracle REST SharePoint Silverlight SQL Server T-SQL Tips Tools Training Visual Studio Visual Studio 2010 WCF Web Windows Windows 7 Windows Forms Windows Live WMI WPF XAML


Thanks, bookmarked this blog.