Stand aside street shitters!
Kotlin
>another jvm meme language
Why bother?
This.
Call me when I can write an android app in a language that doesn't touch a JVM.
isnt kotlin essentially java with a different syntax?
even uses the same garbage standard library
Gotcha covered senpai
You can even share code with IOS and Windows, and Linux and pretty much everywhere C# runs on.
> Xamarin
Buggy garbage.
Yeah.
But at least it's better than the "muh web browser packaged up" bullshit most companies are doing.
Kotlin might just be a small improvement upon Java, but the productivity gain is significant on a large scale.
how is that? is it because muh functional programming?
It gets rid of a lot of syntactical overhead when it comes to different method signatures, and introduces useful pattern matching invokation, along with better distinction of nullable and non-nullable types. NullPointerException no more, if you have half a brain.