Kotlin

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
Line 5: Line 5:
 
}}
 
}}
 
'''Kotlin''' is a statically typed, object-oriented programming language for the [[Java bytecode|JVM]] and the browser. It resembles Apple's [[Swift]] language, but preceded it. It can be used to create [[Android]] apps similarly to the use of Swift to create [[iOS]] apps. It was developed by Russians.
 
'''Kotlin''' is a statically typed, object-oriented programming language for the [[Java bytecode|JVM]] and the browser. It resembles Apple's [[Swift]] language, but preceded it. It can be used to create [[Android]] apps similarly to the use of Swift to create [[iOS]] apps. It was developed by Russians.
 +
 +
Variables and structures in Kotlin come in mutable and immutable varieties, indicating whether their values can be changed after being set for the first time.
  
 
The Kotlin keyword for defining a function is 'fun', so programming in Kotlin is clearly more fun than with any other language.
 
The Kotlin keyword for defining a function is 'fun', so programming in Kotlin is clearly more fun than with any other language.

Revision as of 19:48, 21 June 2022

File Format
Name Kotlin
Ontology
Extension(s) .kt

Kotlin is a statically typed, object-oriented programming language for the JVM and the browser. It resembles Apple's Swift language, but preceded it. It can be used to create Android apps similarly to the use of Swift to create iOS apps. It was developed by Russians.

Variables and structures in Kotlin come in mutable and immutable varieties, indicating whether their values can be changed after being set for the first time.

The Kotlin keyword for defining a function is 'fun', so programming in Kotlin is clearly more fun than with any other language.

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox