Kotlin in Action

by Dmitry Jemerov

Book Reviews

  • What’s a good Kotlin book these days? I know “Kotlin In Action” is the defacto standard (and I’ve read it), but any others? I prefer books that have a more approachable, prose style vs. hardcore technical details, so if you’ve got any recommendations let me know! https://t.co/GiZJJH0Oc7Link to Tweet

About Book

Kotlin is a new programming language targeting the Java platform. It offers on expressiveness and safety without compromising simplicity, seamless interoperability with existing Java code, and great tooling support. Because Kotlin generates regular Java bytecode and works together with existing Java libraries and frameworks, it can be used almost everywhere where Java is used today - for server-side development, Android apps, and much more. Kotlin in Action takes experienced Java developers from the language basics all the way through building applications to run on the JVM and Android devices. Written by core developers of Kotlin, this example-rich book begins by teaching the basic syntax of the Kotlin language. Then readers learn how to use features that let them build reusable abstractions, higher-level functions, libraries, and even entire domain specific languages. Finally, the book focuses on details of applying Kotlin in real-world projects, such as build system integration, Android support and concurrent programming. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

More Books in Computers