<div><p><b>Summary</b></p> <p><i>Functional Programming in Java</i> teaches Java developers how to incorporate the most powerful benefits of functional programming into new and existing Java code. You'll learn to think functionally about coding tasks in Java and use FP to make your applications easi
Functional Programming in Java: How functional techniques improve your Java programs
β Scribed by Pierre-Yves Saumont [Pierre-Yves Saumont]
- Publisher
- Manning Publications
- Year
- 2017
- Tongue
- English
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Summary Functional Programming in Java teaches Java developers About the Technology Hereβs a bold statement: learn functional programming and About the Book Functional Programming in Java teaches you how to Whatβs Inside Writing code thatβs easier to read and reason about Safer concurrent and parallel programming Handling errors without exceptions Java 8 features like lambdas, method references, and functional About the Reader Written for Java developers with no previous FP experience. About the Author Pierre-Yves Saumont is a seasoned Java developer with three
how to incorporate the most powerful benefits of functional
programming into new and existing Java code. You'll learn to think
functionally about coding tasks in Java and use FP to make your
applications easier to understand, optimize, maintain, and
scale.
youβll be a better Java developer. Fortunately, you
donβt have to master every aspect of FP to get a big payoff.
If you take in a few core principles, youβll see an immediate
boost in the scalability, readability, and maintainability of your
code. And did we mention that youβll have fewer bugs?
Letβs get started!
incorporate the powerful benefits of functional programming into
new and existing Java code. This book uses easy-to-grasp examples,
exercises, and illustrations to teach core FP principles such as
referential transparency, immutability, persistence, and laziness.
Along the way, youβll discover which of the new functionally
inspired features of Java 8 will help you most.
interfaces
decades of experience designing and building enterprise software.
He is an R&D engineer at Alcatel-Lucent Submarine Networks.
π SIMILAR VOLUMES
Functional Programming in javascript teaches javascript developers functional techniques that will improve extensibility, modularity, reusability, testability, and performance. Through concrete examples and jargon-free explanations, this book teaches you how to apply functional programming to real-l
Functional Programming in javascript teaches you techniques to improve your web applications - their extensibility, modularity, reusability, and testability, as well as their performance. This easy-to-read book uses concrete examples and clear explanations to show you how to use functional programmi
Manning Publications, 2016. β 272 p. β ISBN-10: 1617292826, ISBN-13: 9781617292828.<br/> <br/>In complex web applications, the low-level details of your JavaScript code can obscure the workings of the system as a whole. As a coding style, functional programming (FP) promotes loosely coupled relation