Kotlin in Action (Paperback)
暫譯: Kotlin 實戰 (平裝本)
Dmitry Jemerov, Svetlana Isakova
- 出版商: Manning
- 出版日期: 2017-02-19
- 售價: $1,730
- 貴賓價: 9.5 折 $1,644
- 語言: 英文
- 頁數: 360
- 裝訂: Paperback
- ISBN: 1617293296
- ISBN-13: 9781617293290
-
相關分類:
JVM 語言
-
相關翻譯:
Kotlin 實戰 (Kotlin in action) (簡中版)
Kotlin 實戰手冊 (Kotlin in Action) (繁中版)
-
其他版本:
Kotlin in Action, 2/e (Paperback)
買這商品的人也買了...
-
$1,420$1,349 -
$780$616 -
$599$569 -
$882Programming Kotlin (Paperback)
-
$580$493 -
$1,650$1,568 -
$590$460 -
$390$257 -
$580$458 -
$422Kotlin 實戰 (Kotlin in action)
-
$520$411 -
$450$356 -
$500$390 -
$380$300 -
$380$300 -
$580$452 -
$210$200 -
$580$458 -
$480$408 -
$1,890$1,796 -
$380$300 -
$352深入淺出 Serverless : 技術原理與應用實踐
-
$720$562 -
$1,840AI and Machine Learning for Coders: A Programmer's Guide to Artificial Intelligence (Paperback)
-
$1,980$1,881
相關主題
商品描述
Summary
Kotlin in Action guides experienced Java developers from the language basics of Kotlin all the way through building applications to run on the JVM and Android devices. Foreword by Andrey Breslav, Lead Designer of Kotlin.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
Developers want to get work done - and the less hassle, the better. Coding with Kotlin means less hassle. The Kotlin programming language offers an expressive syntax, a strong intuitive type system, and great tooling support along with seamless interoperability with existing Java code, libraries, and frameworks. Kotlin can be compiled to Java bytecode, so you can use it everywhere Java is used, including Android. And with an effi cient compiler and a small standard library, Kotlin imposes virtually no runtime overhead.
About the Book
Kotlin in Action teaches you to use the Kotlin language for production-quality applications. Written for experienced Java developers, this example-rich book goes further than most language books, covering interesting topics like building DSLs with natural language syntax. The authors are core Kotlin developers, so you can trust that even the gnarly details are dead accurate.
What's Inside
- Functional programming on the JVM
- Writing clean and idiomatic code
- Combining Kotlin and Java
- Domain-specific languages
About the Reader
This book is for experienced Java developers.
About the Author
Dmitry Jemerov and Svetlana Isakova are core Kotlin developers at JetBrains.
Table of Contents
PART 1 - INTRODUCING KOTLIN
PART 2 - EMBRACING KOTLIN
- Kotlin: what and why
- Kotlin basics
- Defining and calling functions
- Classes, objects, and interfaces
- Programming with lambdas
- The Kotlin type system
- Operator overloading and other conventions
- Higher-order functions: lambdas as parameters and return values
- Generics
- Annotations and reflection
- DSL construction
商品描述(中文翻譯)
**摘要**
《Kotlin in Action》指導經驗豐富的 Java 開發者從 Kotlin 的語言基礎開始,一直到構建可以在 JVM 和 Android 設備上運行的應用程式。前言由 Kotlin 的首席設計師 Andrey Breslav 撰寫。
購買印刷版書籍可獲得 Manning Publications 提供的免費 PDF、Kindle 和 ePub 格式電子書。
**關於技術**
開發者希望能夠完成工作——越少麻煩越好。使用 Kotlin 編碼意味著更少的麻煩。Kotlin 程式語言提供了表達性語法、強大的直觀型別系統以及出色的工具支援,並與現有的 Java 代碼、庫和框架無縫互操作。Kotlin 可以編譯成 Java 位元組碼,因此您可以在任何使用 Java 的地方使用它,包括 Android。而且,Kotlin 擁有高效的編譯器和小型標準庫,幾乎不會增加運行時開銷。
**關於本書**
《Kotlin in Action》教您如何使用 Kotlin 語言來開發生產級應用程式。本書針對經驗豐富的 Java 開發者,內容豐富的範例超越了大多數語言書籍,涵蓋了如使用自然語言語法構建 DSL 等有趣主題。作者是核心 Kotlin 開發者,因此您可以相信即使是複雜的細節也非常準確。
**內容概覽**
- JVM 上的函數式編程
- 編寫乾淨且符合慣用法的代碼
- 結合 Kotlin 和 Java
- 特定領域語言
**讀者對象**
本書適合經驗豐富的 Java 開發者。
**作者介紹**
**Dmitry Jemerov** 和 **Svetlana Isakova** 是 JetBrains 的核心 Kotlin 開發者。
**目錄**
**第一部分 - 介紹 Kotlin**
**第二部分 - 擁抱 Kotlin**
1. Kotlin:什麼是以及為什麼
2. Kotlin 基礎
3. 定義和調用函數
4. 類、對象和介面
5. 使用 Lambda 編程
6. Kotlin 型別系統
7. 運算子重載和其他慣例
8. 高階函數:Lambda 作為參數和返回值
9. 泛型
10. 註解和反射
11. DSL 構建