August 2016
Intermediate to advanced
635 pages
14h 5m
English
By now, you've seen a small glimpse of what functional programming can do. But what exactly is functional programming? What makes one language functional and not another? What makes one programming style functional and not another?
In this chapter, we will first answer these questions and then cover the core concepts of functional programming:
map(), filter(), and reduce() functionsFunctional programming languages are languages that facilitate the functional programming paradigm. At the risk of oversimplifying, ...