Kotlin
From Just Solve the File Format Problem
Revision as of 19:48, 21 June 2022 by Dan Tobias (Talk | contribs)
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.