Exploring Functional Programming features four chapters from Manning books, hand-picked by author and functional programming expert Eric Normand. In them, you’ll discover the major distinction between FP and other programming paradigms, see the FP mindset applied to real-world problems, and explore the “irresistible appeal” of function purity. You’ll also examine the benefits of using immutable values as well as the dangers of mutability and how to conquer them.
The book also teaches you to solve the complex timing bugs that inevitably creep into asynchronous and multithreaded code. In advanced sections of the book you learn how composable abstractions help avoid repeating code and open up new levels of expressivity.