- Kotlin Programming Language
Kotlin is a concise and multiplatform programming language by JetBrains Enjoy coding and build server-side, mobile, web, and desktop applications efficiently
- Kotlin (programming language) - Wikipedia
Kotlin ( ˈkɒtlɪn ) [2] is a cross-platform, statically typed, general-purpose high-level programming language with type inference Kotlin is designed to interoperate fully with Java, and the JVM version of Kotlin's standard library depends on the Java Class Library, but type inference allows its syntax to be more concise
- Kotlin Tutorial - W3Schools
Kotlin is easy to learn, especially if you already know Java (it is 100% compatible with Java) Kotlin is used to develop Android apps, server side apps, and much more
- 入门 · Kotlin 官方文档 中文版
Kotlin 是一门现代但已成熟的编程语言,旨在让开发人员更幸福快乐。 它简洁、安全、可与 Java 及其他语言互操作,并提供了多种方式在多个平台间复用代码,以实现高效编程。
- Get started with Kotlin
Kotlin is a modern but already mature programming language designed to make developers happier It's concise, safe, interoperable with Java and other languages, and provides many ways to reuse code between multiple platforms for productive programming
- Kotlin and Android | Android Developers
Kotlin is a modern statically typed programming language used by over 60% of professional Android developers that helps boost productivity, developer satisfaction, and code safety
- Kotlin: A Concise Multiplatform Language Developed by JetBrains
Concise multiplatform language developed by JetBrains Kotlin is an Apache 2 OSS Project The source code, tooling, documentation and even this web site is maintained on GitHub
- Learn the Kotlin programming language | Android Developers
Kotlin is a programming language widely used by Android developers everywhere This topic serves as a Kotlin crash-course to get you up and running quickly Kotlin uses two different keywords to declare variables: val and var Use val for a variable whose value never changes You can't reassign a value to a variable that was declared using val
|