Kotlin: Difference between revisions

From David's Wiki
(Created page with "Kotlin is a programming language developed by JetBrains. Like C#, it supports both functional programming and object-oriented programming. Kotlin programs are fully-compatibl...")
 
No edit summary
Line 2: Line 2:
Like C#, it supports both functional programming and object-oriented programming.
Like C#, it supports both functional programming and object-oriented programming.
Kotlin programs are fully-compatible with Java code and run in the JVM.
Kotlin programs are fully-compatible with Java code and run in the JVM.
However, this can lead to programs being written in a mixture of Kotlin and Java.
 
==Installation==
* Install the Java JDK.
* Install the JetBrains IDEA IDE.

Revision as of 13:15, 7 October 2019

Kotlin is a programming language developed by JetBrains. Like C#, it supports both functional programming and object-oriented programming. Kotlin programs are fully-compatible with Java code and run in the JVM.

Installation

  • Install the Java JDK.
  • Install the JetBrains IDEA IDE.