Congratulations to the Kotlin team at Google. But there was absolutely no mention of Kotlin being the server JVM language of choice at Google going forward or Kotlin replacing Java. The description is oddly misleading.
@TimSchraepen2 жыл бұрын
Weirdly, I didn’t seem to have made that assumption. What I did hear them say is that they’re leaving it up to the teams themselves to decide whether to pick up Kotlin or not. I can only assume they’ve got some internal marketing going on, but I’d be interested to see which it is exactly.
@elliotbarlas2 жыл бұрын
@@TimSchraepen what assumption? I'm comparing the language in the video description to the video content. They don't match.
@kevinb9n2 жыл бұрын
Strangely, that description has been completely revised now! The new description is *much* more accurate / supported by the talk itself.
@JamesWard2 жыл бұрын
Some teams are choosing to replace Java with Kotlin but it is not mandated and in many teams Kotlin & Java live happily together. The previous talk description was ambiguous so we've updated it.
@cassiodias19652 жыл бұрын
Is google using Golang for server side James? Thx for the video!
@rosscousens6263 Жыл бұрын
Loom is here, baby! Less than a year!
@serhat00992 жыл бұрын
so if the server framework isn't spring, but it's like spring, what exactly is it? why are they making a secret of it?
@mcunacom13289 ай бұрын
he said that they use GUICE. no secret :)
@sidkolhapure942 жыл бұрын
Yeah I like using Kotlin at Amazon for server side programming.
@spyro4402 жыл бұрын
So, does Google now prefer Kotlin over Java for their backend services internally? Are developers encouraged to start new projects in Kotlin?
@mr.invisible55282 жыл бұрын
I cannot understand why people would choose java over kotlin for new projects. Why walk when you can fly?
@RomanTchekashov2 жыл бұрын
@@mr.invisible5528 because Java already have and getting more features which Kotlin has. Just use new versions if you want. If you already experienced Java developer you already know a lot what is underhood and how to tune everything for better performance. You mostly thinking about business logic and not about how to do it in new language and what to expect from it. If you need syntactic sugar just use new versions of Java. You should think about VALUE which you produce! If you new developer you can take any language you want but if you experienced one then you should think about a lot of things and definitely should not just follow the HYPE.
@jackdanyal43292 жыл бұрын
@@mr.invisible5528 actually even with kotlin you need java and will need in future. a lot of libs are written on java :)
@akin2420022 жыл бұрын
@@RomanTchekashov For those resistant to change, there is a Java to Kotlin converter. Just write it in Java and convert it to Kotlin.
@RomanTchekashov2 жыл бұрын
@@akin242002 What’s the point to do that?
@radhekishansoni83812 жыл бұрын
Didn't they choose it to avoid conflict with Oracle?
@tomchandler2356 Жыл бұрын
Yeah, but Oracle lost the lawsuit and Google + Jetbrains invested a lot in the language so now they have to market it somehow.
@yeeteshpulstya98906 ай бұрын
But the language is actually good with null safety and less verbosity as compared to java
@guillemgarcia36302 жыл бұрын
Why not golang for servers instead of kotlin? It is strange that a language made by google for web backends is not as used as kotlin. Is it purely for java interop?
@JaeTLDR12 жыл бұрын
. Infrastructure is already built around the jvm and the code base is in Java Kotlin. It is extremely expensive to rewrite apps on that scale Google uses go python and cpp elsewhere in other apps but this is only talking about the jvm apps
@cassiodias19652 жыл бұрын
But is it ok to create new server-side apps using Go?
@sevenlabs27332 жыл бұрын
HI; i need some help. how i can get gender and birthdate form google account using kotlin??
@2pi19662 жыл бұрын
Blown away, thank you for (yet) another great talk on Kotlin James, Brad and John! Will definitely share these findings with my colleagues.
@Soulcybering2 жыл бұрын
Thank you very much for this talk. Really informative. 👍
@kenyee882 жыл бұрын
AndroidLint is a pig to use on Android... Surprised you're not using Detekt instead on the backend code...
@zolongOne2 жыл бұрын
"Kotlin? what's that?" I want to meet this person 😂
@Luix2 жыл бұрын
kotlin Go and the other C alternative…
@akin2420022 жыл бұрын
I love that Google is pushing for Kotlin and Go on the server side. I know it was a challenge to get around old Java legacy code, but with the Kotlin converter that isn't an issue anymore. Bye bye Java!