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)
Trie-ing to optimize text search in F#Any evil genius knows that if you want to stay on top you need to exercise your mind. Most evil geniuses stay strong by lifting weights with their telekinetic abilities, however I prefer video games.... дополнительноTuesday, Feb 9
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... дополнительноMonday, Feb 8 - podwysocki
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 - 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... дополнительноMonday, Nov 9 - 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 - 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 - 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... дополнительноThursday, Jul 16 - 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... дополнительноThursday, Jun 25 - MSDN Code Gallery
More F# Samples > |