Introduction to Functional Programming in F#

This section contains topics that demonstrate some of the features of F# that support functional programming. You do not need to know functional programming before reading the content in this section.

In This Section

Title

Description

Walkthrough: Your First F# Program

Shows how to create an F# console application, to declare simple variables, to write and test functions, to create tuples and lists, and to define and use a class.

Functions as First-Class Values (F#)

Describes the characteristics of first-class values in programming, and shows uses of functions in F# that display those characteristics.