Skip to content

Instantly share code, notes, and snippets.

View shinmiy's full-sized avatar
🎷
〜♪

shinmiy shinmiy

🎷
〜♪
  • Tokyo, Japan
View GitHub Profile
@shinmiy
shinmiy / gist:b1e02a2317f4589bbe69
Last active August 4, 2017 05:53 — 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.

@shinmiy
shinmiy / introrx.md
Created December 8, 2015 01:22 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing