《Kotlin in Action (2nd Edition)》書籍摘要
Kotlin in Action, Second Edition takes you from language basics to building production-quality applications that take advantage of Kotlin’s unique features. Discover how the language handles everything from statements and functions to classes and types, and the unique features that make Kotlin programming so seamless.In Kotlin in Action, Second Edition you will learn: Kotlin statements and functions, and classes and types Functional programming on the JVM The Kotlin standard library and out-of-the-box features Writing clean and idiomatic code Combining Kotlin and Java Improve code reliability with null safety Domain-specific languages Kotlin coroutines and flows Mastering the kotlinx.coroutines library Kotlin in Action, Second Edition is a complete guide to the Kotlin language written especially for readers familiar with Java or another OO language. Its authors—all core Kotlin language developers and Kotlin team members—share their unique insights, along with practical techniques and hands-on examples. This new second edition is fully updated to include the latest innovations, and it adds new chapters dedicated to coroutines, flows, and concurrency.Purchase of the print book includes a free eBook in PDF and ePub formats from Manning Publications.
這篇內容整理了《Kotlin in Action (2nd Edition)》的核心摘要、作者背景、歷史背景與章節重點,幫助你快速理解 Sebastian Aigner 想表達的關鍵觀點。
書籍資訊
不補造缺失欄位,只展示目前頁面可確認的資訊。
- 書名
- Kotlin in Action (2nd Edition)
- 作者
- Sebastian Aigner
- 閱讀時間
- 15.0 分鐘
- 分類
- Technology & The Future
- 音訊
- 暫未提供
快速了解這本書
下面這些問題先整理出《Kotlin in Action (2nd Edition)》最值得查找的核心答案。
《Kotlin in Action (2nd Edition)》在講什麼?
Kotlin in Action, Second Edition takes you from language basics to building production-quality applications that take advantage of Kotlin’s unique features.
Sebastian Aigner是誰?
Sebastian Aigner is a developer advocate at JetBrains, a host on the Talking Kotlin podcast, and a member of the Kotlin Foundation.
《Kotlin in Action (2nd Edition)》適合誰讀?
Primarily focused on developers with some level of Java experience. Also suitable for developers experienced with other programming languages such as...
《Kotlin in Action (2nd Edition)》的寫作背景是什麼?
The idea for Kotlin was conceived at JetBrains in 2010, born out of the need for a modern, powerful, and rapidly evolving language to replace Java for...
摘要
思維導圖
目標讀者
Primarily focused on developers with some level of Java experience. Also suitable for developers experienced with other programming languages such as C# or JavaScript.
歷史背景
The idea for Kotlin was conceived at JetBrains in 2010, born out of the need for a modern, powerful, and rapidly evolving language to replace Java for internal development. Kotlin 1.0 was released more than five years after the first commit to the repository.