How to FP

ReusabilityVariablesLoopingPipelines

Home»Bottom-up FP

Functional programming in JavaScript is easy.

Easier, in fact, than OOP in JavaScript.

If you've been looking at academic discourses about functional programming with terms such as referential transparency, lambda calculus, and the dreaded monad, then it's no wonder you're confused. But you don't need to understand any of that terminology (or even the theory) to FP.

Here we present the fundamental techniques for functional programming without all the painful academic theory and terminology. You, too, can FP.

How to FP

Errors, bugs, suggestions, questions? Contact Charles Munat.