Earlier quoted context omitted.
And a little bit of drop in java ranking
God I hope so. Every time I see Java up there I feel the suffering of a million souls having to deal with it.
Android now supports Kotlin
91–100 of 225 posts
Re: Android now supports Kotlin
#92You do not have to install a preview version of Android Studio, you can install the kotlin plugin in whatever version of AS you're using now. The change in AS 3.0 is simply that it will ship the plugin by default.
Re: Android now supports Kotlin
#93Earlier quoted context omitted.
Apple released Swift early (June 2014) so that it could be used in real programs, and so that developers could provide feedback. You weren't, and still aren't, forced to use it. Although, it seems to have matured enough in 3 years to the point where it's probably the best iOS development language. Kotlin was released in 2011. I bet that if Google had adopted it three years ago, it would have helped accelerate Kotlin…
Kotlin was released on 15 February 2016.[0] [0] https://blog.jetbrains.com/kotlin/2016/02/kotlin-1-0-release...
Re: Android now supports Kotlin
#94Earlier quoted context omitted.
Apple released Swift early (June 2014) so that it could be used in real programs, and so that developers could provide feedback. You weren't, and still aren't, forced to use it. Although, it seems to have matured enough in 3 years to the point where it's probably the best iOS development language. Kotlin was released in 2011. I bet that if Google had adopted it three years ago, it would have helped accelerate Kotlin…
Kotlin was released on 15 February 2016.[0] [0] https://blog.jetbrains.com/kotlin/2016/02/kotlin-1-0-release...
https://en.wikipedia.org/wiki/Kotlin_(programming_language)
Anyway, that's my point. Apple iterated Swift quickly in 3 years, and Swift is a very nice language now. Some sort of support, or even acknowledgement, from Google could have accelerated Kotlin.
Re: Android now supports Kotlin
#95Re: Android now supports Kotlin
#96What does it mean being "supported", given that one already can use Kotlin on Android?
This is about: Android now supports Kotlin
Re: Android now supports Kotlin
#97This, along with recent Kotlin Native news, lends me to believe Google is investigating some alternative platforms for replacing their dependence on Java APIs and removing any possibility of being further hamstrung by Oracle.
This news sounds quite opposite to me. Although adding a new language is always a good news but Kotlin won't solve any problems with Oracle, since it is just another JVM language. This news sounds like Google is going for an easier way instead of ditching Oracle stuff.
Not for long, they're working on Kotlin Native which will make it completely independent from the JVM and portable to all platforms. Killer.
Re: Android now supports Kotlin
#98Re: Android now supports Kotlin
#99Re: Android now supports Kotlin
#100Funny, I was messing around with Kotlin for the first time last night. So far, the language seems well-structured and I really like that one gets all of Java's ecosystem without actually having to write java. (Also, "override fun" just sounds hilarious. Bwaha!) Throw in TornadoFX and Gluon Scene Builder (formerly of Oracle) and you're spinning up high-quality cross-platform GUIs faster than Atom, with a visual editor…