things I miss in Kotlin (compared to Scala):
type members
value types
things I miss in Scala (compared in Kotlin):
null operators and smart cast
extension functions
inline methods
I wish the two language can be combined...
m
Max Russek
01/05/2018, 5:58 PM
Also miss the pattern matching from Scala, especially when working with sealed classes inside of sealed classes