Functional Programming for Java Developers: Tools for Better Concurrency, Abstraction, and Agility (Paperback)
暫譯: Java 開發者的函數式程式設計:提升併發性、抽象性與敏捷性的工具 (平裝本)

Dean Wampler

  • 出版商: O'Reilly
  • 出版日期: 2011-08-30
  • 定價: $900
  • 售價: 9.0$810
  • 語言: 英文
  • 頁數: 90
  • 裝訂: Paperback
  • ISBN: 1449311032
  • ISBN-13: 9781449311032
  • 相關分類: Java 程式語言
  • 立即出貨 (庫存 < 3)

買這商品的人也買了...

相關主題

商品描述

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.

  • Learn basic FP principles and apply them to object-oriented programming
  • Discover how FP is more concise and modular than OOP
  • Get useful FP lessons for your Java type design—such as avoiding nulls
  • Design data structures and algorithms using functional programming principles
  • Write concurrent programs using the Actor model and software transactional memory
  • Use functional libraries and frameworks for Java—and learn where to go next to deepen your functional programming skills

商品描述(中文翻譯)

軟體開發如今正逐漸接受函數式編程(Functional Programming, FP),無論是用於撰寫並行程式還是管理大數據。這對於 Java 開發者來說意味著什麼呢?這本簡明的書籍為 Java 開發者或任何使用物件導向語言的人提供了一個務實且易於接近的 FP 入門介紹。

Java 專家及《Programming Scala》(O'Reilly)一書的作者 Dean Wampler,將向您展示如何將 FP 原則應用於您的 Java 代碼,例如不可變性、避免副作用和高階函數。每一章都提供練習題,幫助您練習所學的知識。一旦您掌握了函數式編程的好處,您會發現它能改善您所撰寫的所有代碼。

- 學習基本的 FP 原則並將其應用於物件導向編程
- 發現 FP 比 OOP 更簡潔且模組化
- 獲得有用的 FP 課程以改善您的 Java 類型設計,例如避免使用 null
- 使用函數式編程原則設計資料結構和演算法
- 使用 Actor 模型和軟體事務記憶體撰寫並行程式
- 使用 Java 的函數式庫和框架,並了解接下來該如何深入學習函數式編程技能