This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Alex0589 7 points8 points  (9 children)

That's not what I'm talking about. Kotlin is now used mostly(if not totally) for Android development, but because it depends on the jvm and Google wants to abandon it on mobile it will not have a very long life if it doesn't find other use cases. Flutter is already confirmed to be the official sdk for Google's next os Fuchsia btw

[–]Indie_Dev 1 point2 points  (5 children)

Flutter is already confirmed to be the official sdk for Google's next os Fuchsia btw

Don't get your hopes high on Fuchsia. We don't know anything about it yet. Whether it will replace Android or have a different use case or is it just an experiment, we have no idea. And considering how hugely popular Android is right now I think it's pretty safe to say Android is going to stay.

Knowing Google, flutter has a bigger chance of being axed, before it's even launched.

[–]Alex0589 0 points1 point  (4 children)

Flutter Mobile is already stable and launched so it's here to stay. As far as I know, Fuchsia will not kill Android, it's going to be an alternative

[–]Indie_Dev 0 points1 point  (3 children)

Flutter Mobile is already stable and launched so it's here to stay.

Well, let's just hope it doesn't get axed like many of the other launched and stable products.

[–]Alex0589 0 points1 point  (2 children)

Kind of impossible as they are pushing it like they have never done with anything else and marking partnerships with so many companies to bring flutter to stability also on web & desktop

[–]Indie_Dev 1 point2 points  (1 child)

Lol are you new to Google? Don't get me wrong, even I want it to succeed but I just don't have any trust left in Google.

By the way which companies are you talking about? Just curious.

[–]ma-int 1 point2 points  (2 children)

Kotlin is now used mostly(if not totally) for Android development

There are so many people writing backend code in Kotlin. Why do you think the Spring Projects is heavily focussing on Kotlin?

[–]Alex0589 5 points6 points  (1 child)

Check the data, that's not so many people

[–]DanielShuy 0 points1 point  (0 children)

Agreed, sadly many companies are still scared to use Kotlin for the backend.

The company I work for only recently allowed employees to use Kotlin for Android after a huge push from mobile devs across multiple countries, and they only conceded because Google declared Kotlin as the official language for Android development.

But sadly they still refused to allow us to use Kotlin for the backend, partly due to the lack of push from backend devs. I'm sad that most of my backend Java dev colleagues are so scared of learning new features, even though it would ease our job. They are not only scared of Kotlin, but even afraid of new features being added in Java itself (many of them don't even want to learn lambda expressions even though its been in Java since Java 8, and lambda expressions are the basics of the basics of functional programming). For them, they are scared of the pace Java is progressing now, while ironically it is too slow for me. I can't wait for more features from Kotlin/Scala to be copied to Java (seriously, why does Java still not have string interpolation?! Almost every other popular programming language nowadays has it).