October 2023
Intermediate to advanced
312 pages
11h 1m
English
Functional programming is an implementation strategy that focuses on the direct use of functions as first-class objects. This means that in a functional program, you are allowed to create, store, and call functions and otherwise use them as if they were just another variable of the system. Functional code also simplifies programming decisions because it avoids changing state and reduces mutable data. This type of functional manipulation allows programs to more closely express the desired ...
Read now
Unlock full access