F# is a functional programming language for the .NET Framework. It combines the succinct, expressive, and compositional style of functional programming with the runtime, libraries, interoperability, and object model of .NET. | Featured Content .gif)
October 2009 F# ReleaseAnnouncing the latest release of the F# compiler, library and Visual Studio tools. Don details the new features of this release.
F# in VS2010S. Somasegar highlights a few of the exciting features that F# brings to VS2010, including a Simple and Succint Syntax, simplified Parallel and Asynchronous Programming and Units of Measure.
Online Content for Learning F#A catalogue of great F# resources from around the web. Brian includes videos, forums and many useful blog posts in his list.
|
Featured "How do I?" VideosF# Community Blogs .gif)
Exploring MongoDB with F#If you’ve been following me on Twitter, I’ve been digging a bit into MongoDB. When I was involved with the planning of NoSQLEast this past year, I sat down and used it in anger and was quite ple... moreMonday, Feb 8 by podwysocki
Upcoming release and the “F# 2.0” languageIf you’re very tuned in to the interwebs, you may be aware of hints that the public VS2010 release candidate (RC) will arrive soon. As usual, the F# team plans to publish a new MSI/ZIP for VS2008 and... moreMonday, Feb 8
F# Discoveries This Week 02/08/2010Back again with another F# community roundup. There’s been a ton of great content this week, almost too much. To try to combat this I’ve attempted to sort posts roughly in terms of h... moreMonday, Feb 8
An RSS Dashboard in F#, part three (RSS feeds)Previous posts in this series: An RSS Dashboard in F#, part two (IObservables) An RSS Dashboard in F#, part one (intro) Last time I covered IObservables and we created a useful ObservableSource cla... moreSaturday, Feb 6
More > | F# CommunityhubFS: THE place for F# Ask questions, post answers, and participate in the F# community at the F# forums on hubFS.net. What's New in the F# Community See what's going on in the F# community blogs and forums. Send Feedback to the F# Team Send mail to fsbugs@microsoft.com with your feedback. F# Team Blogs .gif)
- F# Tutorial and Talk Today at TechDays, Paris (Late Announcement!)
Tuesday, Feb 9 by dsyme - Upcoming release and the “F# 2.0” language
Monday, Feb 8 - An RSS Dashboard in F#, part three (RSS feeds)
Saturday, Feb 6 - F# for Parallel and Asynchronous Programming - PDC 2009
Monday, Feb 1 by LukeH - F# Seminar at University of Washington, Seattle, Thursday, Jan 28
Tuesday, Jan 26 by dsyme - F# Seminar Tomorrow, Tuesday, 26/1, at Berkeley
Monday, Jan 25 by dsyme
F# Forum
Free F# BookIn case anyone didn't know about this:
http://www.ctocorner.com/fsharp/book/default.aspx
"The F# Survival Guide"Monday, Feb 8 by OnorioCatenacci
Interview With Don SymeIn case anyone didn't see this:Don Syme: Geek of the WeekAn in depth interview with Don Syme about the roots of F# and his thoughts on where the langu... moreSaturday, Feb 6 by OnorioCatenacci
More > |
| Featured F# Library Content .gif) Important updates and highlights of F# content in the MSDN Library. More F# Library Content > F# Projects from CodePlex
FSchemeScheme-like interpreter implemented in F#.Wednesday, Jan 20 by CodePlex
Custom WPF Controls in F#This project is to give users non trivial examples of custom WPF controls in F#.The code is a translation of the excellent book “WPF Control Development Unleashed: Building Advanced User... moreMonday, Nov 9 by CodePlex
AqueductAqueduct is a framework for analyzing large data sets by composing small functional building blocks into complex pipeline graphs that are processed as streams.Saturday, Sep 26 by CodePlex
More F# Projects > F# Samples from Code Gallery
Real-World Functional Programming SamplesThis project contains source for the book Real-World Functional Programming by Tomas Petricek with Jon Skeet. For more information about the book see http://functional-programming.net.Thursday, Dec 10 by MSDN Code Gallery
LAgent: an agent framework in F#This is an agent framework based on on F# MailboxProcessors. It supports agents, workers, error management, timeout management and hot swapping of code. The framework is described here: http://blogs.msdn.com/lucabol/archiv... moreThursday, Jul 16 by MSDN Code Gallery
Request-Response Testing with F#F# is Microsoft's new programming language. F# is a hybrid language -- based on functional language principles but allowing traditional imperative/procedural coding too. The F# test harness (file Project.fs) sends an HTTP... moreThursday, Jun 25 by MSDN Code Gallery
More F# Samples > |