Cantitate/Preț
Produs

Kotlin in Action

Autor Dmitry Jemerov, Svetlana Isakova
en Limba Engleză Paperback – oct 2016

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

 

  1. PART 1 - INTRODUCING KOTLIN
  2. Kotlin: what and why
  3. Kotlin basics
  4. Defining and calling functions
  5. Classes, objects, and interfaces
  6. Programming with lambdas
  7. The Kotlin type system
  8. PART 2 - EMBRACING KOTLIN
  9. Operator overloading and other conventions
  10. Higher-order functions: lambdas as parameters and return values
  11. Generics
  12. Annotations and reflection
  13. DSL construction
Citește tot Restrânge

Preț: 15721 lei

Preț vechi: 19651 lei
-20%

Puncte Express: 236

Preț estimativ în valută:
3012 3263$ 2583£

Carte disponibilă

Livrare economică 15-22 aprilie
Livrare express 04-10 aprilie pentru 2361 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781617293290
ISBN-10: 1617293296
Pagini: 325
Dimensiuni: 188 x 235 x 25 mm
Greutate: 0.6 kg
Editura: Manning Publications

Descriere

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 examplerich 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.


KEY FEATURES

• Hands on examples
• Tutorial for a new programming language
• Teaches how to build Android applications
• Written by core developers of Kotlin


AUDIENCE
This book is for experienced Java developers.


ABOUT THE TECHNOLOGY
Kotlin is a new programming language targeting the Java platform. It offers expressiveness and safety without compromising simplicity, seamless interoperability with existing Java code, and great tooling support.


Notă biografică