Functional Programming
Collections
- Pure and Impure Functions in JavaScript: A Complete Guide
- Functional programming constructs
- Function Composition in Large React Applications: Best Practices and Real-World Examples
Books
- Functional-Light JavaScript is a book balanced, pragmatic look at FP in JavaScript. #bookshelf
- Professor Frisby's Mostly Adequate Guide to Functional Programming: Mostly adequate guide to FP (in javascript) #bookshelf
Functional programming deals with values; imperative programming deals with objects.
-Alexander Stepanov, “Elements of Programming”, p. 5
Children
- A primer on functional architecture
- Composing Software
- Curry or Partial Application?
- FP + Monads
- Functional Programming - How and Why
- Functional Programming: Part 5 - Functors
- Functional composition
- The Power of Currying
- What's Functional Programming All About?
- Why Functional Programming Should Be the Future of Software Development
- Why I Am Learning Category Theory 1