Kotlin

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
Line 8: Line 8:
 
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.
 
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.
  
Among the features is a [[Groovy]]-style 'html' function to build an [[HTML]] document from structured data encoding its elements.
+
Among the features is a [[Groovy]]-style 'html' function to build an [[HTML]] document from structured data encoding its elements. JavaScript-based variants can also access the HTML DOM of a web document, and do graphics using the HTML5 canvas.
  
 
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 20:27, 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. (There are also versions based on JavaScript.) It resembles Apple's Swift language, but preceded it. It can be used for client or server side development, as well as 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.

Among the features is a Groovy-style 'html' function to build an HTML document from structured data encoding its elements. JavaScript-based variants can also access the HTML DOM of a web document, and do graphics using the HTML5 canvas.

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