Skip to content

Instantly share code, notes, and snippets.

@sys1yagi
Created June 27, 2016 02:14
Show Gist options
  • Save sys1yagi/39364f085d2be74e6d30401434eec2dc to your computer and use it in GitHub Desktop.
Save sys1yagi/39364f085d2be74e6d30401434eec2dc to your computer and use it in GitHub Desktop.

解剖 Kotlin ほんとはJavaなんだろ

Kotlinはジャバである

目次

  • null許容型の正体
  • 関数型の正体
  • ラムダ式の正体
  • 拡張関数の正体
  • ラベル付きリターンの正体
  • デフォルト引数と名前付き引数の正体
  • プロパティの正体
  • インタフェースのデフォルト実装、抽象プロパティの正体
  • sealed classの正体
  • デリゲートとデリゲートプロパティの正体
  • データクラスの正体
  • オペレータオーバーロードの正体
  • インライン関数の正体
  • 末尾再帰の正体
  • 具象化された型パラメータの正体
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment