Kotlin
https://gyazo.com/eff8e6acd99b852bfb05c69355a9c78f
JetBrains製
KotlinのClass
private
そのクラスのみアクセス可能
protected
そのクラスとサブクラスからしらのみアクセス可能
internal
同じモジュール内でそのクラスが見えているなら見える
public(デフォルト)
そのクラスが見えているならアクセス可能
tutorial
https://developer.android.com/kotlin/campaign/learn
コレクション
https://developers-jp.googleblog.com/2019/08/collections-and-sequences-in-kotlin.html?linkId=71988788
Contracts
https://speakerdeck.com/star_zero/love-kotlin-number-5?slide=4
https://speakerdeck.com/svtk/whats-new-in-kotlin?slide=7
https://speakerdeck.com/tommykw/gai-metexue-hucontracts
Constractsと普通の型付けってどう違うの?
あー、言語内部の機能ではないのか
IDEに補助を受けるためのアノテーションなのか
KotlinのCoroutine
https://developers-jp.googleblog.com/2019/07/coroutines-on-android-part-i-getting-the-background.html
https://developers-jp.googleblog.com/2019/07/coroutines-on-android-part-ii-getting-started.html
https://developers-jp.googleblog.com/2019/07/coroutines-on-android-part-iii-real-work.html
https://speakerdeck.com/wasabeef/codelabs-using-kotlin-coroutines-by-droidkaigi
https://speakerdeck.com/sys1yagi/kotlin-korutinwo-li-jie-siyou-2019-kotlinfest2019
https://www.slideshare.net/elizarov/deep-dive-into-coroutines-on-jvm-kotlinconf-2017
https://kotlinlang.org/docs/reference/coroutines/basics.html
Kotlin/JS
https://tech.uzabase.com/entry/2019/11/18/060000
Javaとの比較
Kotlinの親はScala
https://qiita.com/kmizu/items/572b5282f73b082fa70e
https://tech.yappli.io/entry/kotlin_fest_2019
kotlin fest
Kotlinのnull安全
https://kotlinlang.org/docs/reference/null-safety.html
https://gihyo.jp/dev/serial/01/jvm-kotlin/0005
KotlinのArrow
https://speakerdeck.com/ntaro/kotlindespring-wan-quan-li-jie-gaido-number-jsug
spring
#プログラミング言語