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)
F# February 2010 ReleaseAnnouncing the latest release of the F# compiler, library and Visual Studio tools. Don Syme details the new 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)
F# GPU: Shocking The Curve
open System
open Microsoft.FSharp
open Microsoft.FSharp.Math
open Microsoft.FSharp.Quotations
open Microsoft.ParallelArrays [<EntryPoint>]
let main(args) = let curveArray = Array2D.map float32... moreFriday, Mar 19
F# Destroys Invading AliensWow, check out Chris’s StarCraft bot in F#: http://blogs.msdn.com/chrsmith/archive/2010/03/18/writing-a-starcraft-bot-in-f.aspx
... moreThursday, Mar 18
Writing a StarCraft Bot in F#Hi, I’m Chris Smith. You might know me as the world famous author of Programming F#, but outside of my pseudo-tech-celebrity status I’m a real person. I’m a part time movie critic, avid skier, and a g... moreThursday, Mar 18
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
latex2mathmlA .NET 3.5 library written in C# which allows the conversion of LaTeX documents to XHTML+MathML format. A stand-alone converter is included. The license is GPL v3.Saturday, Feb 27 by CodePlex
F# PowerPackThe F# PowerPack is a collection of useful libraries and tools for use with the F# programming language.Wednesday, Feb 10 by CodePlex
FSchemeScheme-like interpreter implemented in F#.Wednesday, Jan 20 by CodePlex
More F# Projects > F# Samples from Code Gallery
SIGCSE 2010 F# SessionF# session slides and sample code from SIGCSE 2010.Thursday, Mar 18 by MSDN 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
More F# Samples > |