Skip to content

Instantly share code, notes, and snippets.

View Shamrock-Frost's full-sized avatar
🐻

Brendan Seamas Murphy Shamrock-Frost

🐻
View GitHub Profile
@Shamrock-Frost
Shamrock-Frost / gist:4fc68da8771314a5ed46cb3db57361ae
Created May 7, 2016 20:46 — forked from dodyg/gist:5823184
Kotlin Programming Language Cheat Sheet Part 1

#Intro

Kotlin is a new programming language for the JVM. It produces Java bytecode, supports Android and generates JavaScript. The latest version of the language is Kotlin M5.3

Kotlin project website is at kotlin.jetbrains.org.

All the codes here can be copied and run on Kotlin online editor.

Let's get started.