- 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 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
- 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
- Basic syntax | Kotlin Documentation
In Kotlin, you declare a variable starting with a keyword, val or var, followed by the name of the variable Use the val keyword to declare variables that are assigned a value only once These are immutable, read-only local variables that can’t be reassigned a different value after initialization:
- Welcome to our tour of Kotlin! | Kotlin Documentation
Quickly learn the essentials of the Kotlin programming language through our tours, which will take you from beginner to intermediate level Each chapter contains: Theory to introduce key concepts of the language with examples Practice with exercises to test your understanding of what you have learned Solutions for your reference
- 入门 · Kotlin 官方文档 中文版
Kotlin 是一门现代但已成熟的编程语言,旨在让开发人员更幸福快乐。 它简洁、安全、可与 Java 及其他语言互操作,并提供了多种方式在多个平台间复用代码,以实现高效编程。
|