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 |
---|---|
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. |
|
Describes the characteristics of first-class values in programming, and shows uses of functions in F# that display those characteristics. |