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
-
相關分類:
Functional-programming
立即出貨 (庫存 < 3)
買這商品的人也買了...
-
iPhone SDK 應用程式開發實務$550$467 -
深入淺出資料分析 (Head First Data Analysis)$680$537 -
動畫設計驚嘆號─至高的 Flash 網頁動畫 88 招$650$552 -
Visual C# 2010 程式設計經典$650$513 -
$1,163Seven Languages in Seven Weeks: A Pragmatic Guide to Learning Programming Languages (Paperback) -
Programming in Scala: A Comprehensive Step-by-Step Guide, 2/e (Paperback)$2,300$2,254 -
Google Android SDK 開發範例大全, 3/e$950$807 -
Eclipse 完全攻略-從基礎 Java 到 PDE 外掛開發$600$468 -
設計的設計:一位電腦科學家的設計歷險 (The Design of Design: Essays from a Computer Scientist)$480$379 -
深入淺出 Python (Head First Python)$780$616 -
$1,760Apple Pro Training Series: Motion 5 (Paperback) -
版本控制使用 Git (Version Control with Git: Powerful Tools and Techniques for Collaborative Software Development)$580$458 -
HTML5.CSS3 精緻範例辭典$480$408 -
Android 手機程式超簡單!! App Inventor 入門卷$420$378 -
精通正規表達式, 3/e (Mastering Regular Expressions, 3/e)$780$616 -
深入淺出 HTML5 程式設計 (Head First HTML5 Programming: Building Web Apps with JavaScript)$780$616 -
Android 初學特訓班, 2/e (全新 Android 4 開發示範 / 適用 Android 4.X~2.X,手機與平板電腦的全面啟動,附影音教學/範例程式/小綠人素材)$480$379 -
笑談軟體工程:敏捷開發法的逆襲-導入 Scrum,讓你的軟體開發人生從黑白變彩色!$550$467 -
實戰雲端作業系統建置與維護-VMware vSphere 5 虛擬化全面啟動
$680$537 -
跨平台 Android / iPhone 程式開發-使用 PhoneGap / jQuery Mobile$580$493 -
JavaScript & jQuery: The Missing Manual 國際中文版, 2/e
$580$458 -
PHP 大師-寫出頂尖的程式碼 (PHP Master: Write Cutting Edge Code)$450$355 -
Android 手機程式超簡單!! App Inventor 機器人卷
$480$432 -
《超強圖解》前進 App Store!iOS 6 SDK 實戰演練$950$807 -
ASP.NET MVC 4 開發實戰$680$578
2026-english-2-80 詳見活動內容 »
-
90折
$2,484Comptia Linux+ Study Guide: Essential Exam Prep -
90折
$2,520Video Generation with AI: Working with Diffusion Transformers and Multimodal Learning (Paperback) -
90折
$1,890Mapping Experiences: A Complete Guide to Activating Customer-Centered Collaboration 3/e -
90折
$2,493Databricks Certified Generative AI Engineer Associate Study Guide: Generative AI with Databricks -
90折
$2,502Ai-Assisted Statistics for Data Scientists: 50+ Essential Concepts Using R and Python -
90折
$2,268Observability Engineering: Achieving Production Excellence, 2/e (Paperback) -
90折
$1,935Soccer Analytics with Machine Learning: Learning Predictive Modeling Techniques with Sports Data -
90折
$1,980The C4 Model: Visualizing Software Architecture (Paperback) -
90折
$1,935Learning Cloud Security: Cloud Computing and Security Architecture Essentials -
90折
$2,502Vision Language Models: Building Vlms with Hugging Face (Paperback) -
90折
$2,106High Performance Spark: Best Practices for Scaling and Optimizing Apache Spark 2/e -
90折
$1,944Python for Excel: A Modern Environment for Automation and Data Analysis -
90折
$1,440Managing AI Projects: Drive Innovation and Successfully Navigate the Full AI Project Lifecycle (Paperback) -
90折
$2,520AI-Ready Data Blueprints: From Raw Data to Ai-Driven Innovation (Paperback) -
90折
$1,917Certified Kubernetes Application Developer (Ckad) Study Guide: In-Depth Guidance and Practice (Paperback) -
90折
$2,484Large Language Models: The Hard Parts: Open Source AI Solutions for Common Pitfalls (Paperback) -
90折
$1,917Real-Time Intelligence with Microsoft Fabric: Empowering Data-Driven Decisions in the Era of AI (Paperback) -
90折
$2,484Rag with Python Cookbook: Practical Recipes from Data Preprocessing to LLM Agents (Paperback) -
90折
$2,448Hands-On LLM Serving and Optimization: Hosting Llms at Scale (Paperback) -
90折
$2,205Vector Databases: A Practical Introduction (Paperback) -
90折
$2,205Generative AI on Microsoft Azure: From Large Language Models to Advanced Multi-Agent Systems (Paperback) -
90折
$1,890Learning Generative AI Tools for Excel: Speed Up Your Everyday Tasks with Microsoft Excel, Copilot, Chatgpt, and Beyond (Paperback) -
90折
$2,520Learning Automl: Automating ML Pipelines with Autogluon, Leading Frameworks, and Real-World Integration (Paperback) -
90折
$2,520Transformers: The Definitive Guide: Applications Beyond NLP (Paperback) -
90折
$1,809UX Skills for Business Strategy: Articulating Impact for Product, User, and Business Outcomes
商品描述
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 的函數式庫和框架,並了解接下來該如何深入學習函數式編程技能
