Kotlin

Primary tabs

Kotlin tips for CLI building

see repo # kotlindev

1. experiments with kotlin - java compatible language
2. compile with : kotlin hello.kt
3. execute compiled (class) HelloKt 1 2 3

4. kotlinc hello.kt -include-runtime -d hello.jar

5. java -jar hello.jar 3 4 5

6. ~/kotlinc/bin/kotlinc %e.kt -include-runtime -d %e.jar

Tags:

kotlin

kotlin

Temporary fix for running Kotlin programs

~/kotlinc/bin/kotlin ch02Ex33.jar

build into a script or better : add into path

Tags:

java awt Color

import java.awt.Color;

used in Java and Kotlin programs

Kotlin Computer Language

quadratic bezier

Kotlin is considered by many as a replacement for Java
An online Kotlin example
Press the green arrow at top right to compile and execute the code.

kotlin-to-javascript

Subscribe to RSS - Kotlin