《面向Java開發者的函式式編程》是2011年出版的圖書,作者是Dean Wampler。其內容專業性較強,適合對Java有一定基礎的人群使用。
基本介紹
- 書名:面向Java開發者的函式式編程
- 作者:Dean Wampler
- 原版名稱:Functional Programming for Java Developers
- ISBN:978-1-4493-1103-2
基本信息
內容介紹
Software development today is embracing functional programming (FP), whether it's for writing concurrent programs or for managing Big Data. Where does that leave Java developers? This concise book offers a pragmatic, approachable introduction to FP for Java developers or anyone who uses an object-oriented language.
Dean Wampler, Java expert and author of Programming Scala (O'Reilly), shows you how to apply FP principles such as immutability, avoidance of side-effects, and higher-order functions to your Java code. Each chapter provides exercises to help you practice what you've learned. Once you grasp the benefits of functional programming, you’ll discover that it improves all of the code you write.
目錄
Chapter 2 What Is Functional Programming?
Chapter 3 Data Structures and Algorithms
Chapter 4 Functional Concurrency
Chapter 5 Better Object-Oriented Programming
Chapter 6 Where to Go From Here