F#
F# developed by Microsoft, is a mature, open source, cross-platform, functional-first programming language. It empowers users and organizations to tackle complex computing problems with simple, maintainable and robust code.
Articles
  • Dea Saddler

    Pattern Matching in F#

    This article is a demonstration of Pattern Matching and various forms of Patterns. The people who want to learn F# can have a quick review.
    Dea Saddler Jul 18, 2011
  • Matthew Cochran

    Getting Started With F#

    This is the first in a series of articles discussing the F# programming language. I cover how to get your dev environment set up to develop with this awesome NET Framework language
    Matthew Cochran Mar 22, 2008
  • Mike Gold

    Understanding Pattern Matching in F#

    F# introduces a code structure called pattern matching which allows you to perform some pretty interesting tasks in the language. This article will get you up to speed with this powerful technique...
    Mike Gold Apr 30, 2008