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=jpg&w=240) 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=jpg&w=240) Red and Black Tree re-writeI rewrote Red And Black tree from scratch. Making new implementation about 100 lines less than what I posted before. I also believe that new implementation is much simpler, and it follows the Red And...moreTuesday, Feb 16 Async and Parallel Design Patterns in F#: AgentsIn part 3 of this series, we explore lightweight, reactive agents in F# and look at some typical design patterns associated with these agents, including isolated internal state. Ø Part 1&n...;moreMonday, Feb 15 bydsyme More > | F# Team Blogs.gif&f=jpg&w=240) F# ForumF# project systemThe topic of annoying (and IMHO unnecessary) limitations of the F# project system was already discussed on this forum. I am talking about the way comp...moreWednesday, Feb 17 bymfeingold recognizer unrecognizedHi,I stumbled across something odd that seems perfectly explainable :Tried creating some active recognizers for System.Linq.Expression in the follow...moreWednesday, Feb 17 bythrob More > |
| F# Projects from CodePlexF# PowerPackThe F# PowerPack is a collection of useful libraries and tools for use with the F# programming language.Wednesday, Feb 10 byCodePlex FSchemeScheme-like interpreter implemented in F#.Wednesday, Jan 20 byCodePlex 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 byCodePlex More F# Projects > F# Samples from Code GalleryReal-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 byMSDN 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 byMSDN 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 byMSDN Code Gallery More F# Samples > |