Kotlin

Aus Flinkwiki
Wechseln zu: Navigation, Suche
Seitenübersicht
Zur Seite "Java"


Allgemeines

   Kotlin was developed by JetBrains to address the limitations it encountered with Java during the development of its various products.
   The Kotlin programming language was designed to be concise, safe, pragmatic, and 100% interoperable with Java.
   Kotlin is a statically typed programming language that supports type inference via its compiler.
   Kotlin supports object-oriented programming and functional programming.
   Kotlin is open source, supports most IDEs, and works on most current Java platforms (that accept the JVM bytecode).[1]



Arbeitswerkzeuge

IntelliJ IDEA

Download für Windows/Mac von

Installation in Ubuntu 18.04[2]:

  1. sudo -H software-properties-gtk[3][4]
  2. Im Fenster "Anwendungen & Aktualisierungen" > "Andere Programme" > "Hinzufügen"
  3. ppa:mmk2410/intellij-idea eingeben
  4. Im Terminal apt-get install intellij-idea-community ausführen.




Quellen

Links


Youtube


Bücher


|