Functional Thinking: Paradigm Over Syntax
- Length: 180 pages
- Edition: 1
- Language: English
- Publisher: O'Reilly Media
- Publication Date: 2014-07-20
- ISBN-10: 1449365515
- ISBN-13: 9781449365516
- Sales Rank: #829041 (See Top 100 Books)
If you want to take advantage of functional programming features in Java and other languages, this in-depth guide takes you beyond syntax and demonstrates how you need to think in a new way. Software architect Neal Ford shows intermediate to advanced developers how functional coding allows you to step back a level of abstraction so you can see your programming problem with greater clarity.
Each chapter shows you various examples of functional thinking, using numerous code examples from Java 8 and other JVM languages that include functional capabilities. This book may bend your mind, but you’ll come away with a good grasp of functional programming concepts.
- Understand why many imperative languages are adding functional capabilities
- Compare functional and imperative solutions to common problems
- Examine ways to cede control of routine chores to the runtime
- Learn how memoization and laziness eliminate hand-crafted solutions
- Explore functional approaches to design patterns and code reuse
- View real-world examples of functional thinking with Java 8, and in functional architectures and web frameworks
- Learn the pros and cons of living in a paradigmatically richer world
Table of Contents
Chapter 1. Why
Chapter 2. Shift
Chapter 3. Cede
Chapter 4. Smarter, not Harder
Chapter 5. Evolve
Chapter 6. Advance