|
|
|
|
|
by vbezhenar
3801 days ago
|
|
I spent literally one evening reading Kotlin reference and I understood an entire language. It's just a Java with slightly altered syntax and a lot of simple yet useful batteries included. I immediately was able to start coding and reading standard library. On the other side in the past I spent around week reading book about Scala. Yet I couldn't read Scala library, it was just too complex. So I don't agree that their complexities are even comparable. Scala is like a Haskell. It's very powerfull, but to understand and use the entire language, one should make a serious investment. |
|