Table of Contents
- An Introduction to Functional Programming
- Understanding Pure Functions
- Deep Dive into Lambdas
- The Idea of Functional Composition
- Partial Application and Currying
- Thinking in Functions: From Data In to Data Out
- Removing Duplication Using Currying and Functional Composition
- Improving Cohesion Using Classes
- Test Driven Development For Functional Programming
- Performance optimization
- Property-based testing
- Refactoring to and through pure functions
- Immutability and architecture: event sourcing
- Lazy Evaluation Using Ranges Library
- STL support and proposals
- Standard language support and proposals

