Introduction to Functional Programming in F# – Part 2
In the last post, we learned about some of the core features of functional programming in F#. In this post we are going to concentrate on functions.
Introduction to Functional Programming in F#
This series of posts will introduce you to the world of functional programming (FP) in F#. Rather than start with theory or a formal definition, I thought that I'd start with a typical business problem and look at how we can use some of the functional programming features of F# to solve it.