March 2018
Intermediate to advanced
592 pages
15h 45m
English
Working with immutable data is one of the more difficult aspects of functional programming to deal with, but as it turns out, after you get over the initial hurdle, you’ll be surprised just how easy it is to write entire applications working with purely immutable data structures. It also goes hand in hand with many other F# features you’ll see, such as expression-based development. In this lesson, you’ll learn
Let’s start by thinking about ...