|
|
|
|
|
by taesis
3129 days ago
|
|
May I ask where you invested your time in learning Scala (e.g. reading the red book, studying type theory, syntax + stdlib + collections, etc.)? I found I could read simple Kotlin in a couple afternoons, and after a couple weekends, I felt pretty comfortable with it. The only difficult concepts to wrap your head around, I'd say, are type safe builders [1] and coroutines [2], but you certainly don't need to know those to be productive in the language. To answer your specific question, however, if you're doing Android development it's worth it :) otherwise, it's up to you/your specific situation. [1]: https://kotlinlang.org/docs/reference/type-safe-builders.htm... [2]: https://kotlinlang.org/docs/reference/coroutines.html |
|