0
What can I do by just learning kotlin?
I meant to say what can I do, which programing
6 Antworten
+ 3
You can do same as Java
Under the hood Kotlin is Java
+ 3
Kotlin was chosen by Google as the recommended language for Android development. But it can do a lot more, whatever Java can do and sometimes even better.
I recommend watching this video, basically it explains what Java might look like 3 years in the future and most of those cool features are already available in Kotlin...
https://youtu.be/te3OU9fxC8U
+ 3
Most general purpose languages can do anything and everything any other language can do. However, the more important part is how easy it is to do it. I find Kotlin easier than C++ and Java to code. It can run native so can be faster than Java similar to C++. But, Python has libraries for many things no other language provides so to quickly code and test a concept, I would use Python first. I would follow up by recoding in native Kotlin to get the speed of running. However, I would need to implement whatever Python libraries I used that do not exist elsewhere.
+ 1
Not totally but Kotlin runs on JRE and MUST be close to Java.
I would call it Java for OOP hater.
...like me
+ 1
Oma Falk Tibor Santa thanks again
0
Thanks Oma Falk but totally or not?