Kotlin in Action

Kotlin in Action

简介:

本书教你如何使用Kotlin语言来制作高质量的应用程序。本书是为经验丰富的Java开发人员编写的,比大多数语言书籍更进一步,涵盖了一些有趣的主题,比如用自然语言语法构建dsl。作者是核心Kotlin开发人员,所以你可以相信,即使是粗糙的细节也是绝对准确的。开发人员希望完成工作-麻烦越少越好。使用Kotlin编码意味着更少的麻烦。Kotlin编程语言提供了富有表现力的语法、强大直观的类型系统、出色的工具支持以及与现有Java代码、库和框架的无缝互操作性。Kotlin可以编译为Java字节码,因此您可以在使用Java的任何地方使用它,包括Android。借助高效的编译器和小型标准库,Kotlin几乎没有运行时开销。

JVM上的函数式编程编写干净和惯用的代码结合Kotlin和Java特定领域的语言

英文简介:

This book 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.

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.

Functional programming on the JVMWriting clean and idiomatic codeCombining Kotlin and JavaDomain-specific languages

书名
Kotlin in Action
译名
Kotlin 实际应用
语言
英语
年份
2017
页数
363页
大小
3.53 MB
标签
  • Kotlin
  • 下载
    pdf iconKotlin in Action.pdf
    密码
    65536

    最后更新:2025-04-12 23:57:59

    ←Elements of Kotlin Coroutines

    →Elements of Kotlin