August 2016
Intermediate to advanced
635 pages
14h 5m
English
Do we need to know advanced math—category theory, Lambda calculus, polymorphisms—just to write applications with functional programming? Do we need to reinvent the wheel? The short answer to both these questions is no.
In this chapter, we will do our best to survey everything that can impact the way we write our functional applications in JavaScript.
Please understand that the current landscape of functional libraries for JavaScript is a very fluid one. Like all aspects of computer programming, the community can change in a heartbeat; new libraries can be adopted and old ones can ...