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.