Live data from Hacker News

Ask HN: Has anyone here programmed in Kotlin? What do you think about it?

news.ycombinator.com

1–10 of 203 posts

Ask HN: Has anyone here programmed in Kotlin? What do you think about it?

#1
I was looking at Kotlin and was curious. It looks very interesting feature wise but I worry about its long term viability given it's low presence on GitHub[1] and [1] https://github.com/search?o=desc&q=language%3AKotlin&ref=searchresults&s=stars&type=Repositories&utf8=

Re: Ask HN: Has anyone here programmed in Kotlin? What do you think about it?

#6
It seems that Kotlin will be officially presented as next language for Android. IDEA and Android Studio will receive built-in full support for Kotlin in nearest future.

I write some parts of Telegram app in Kotlin. Pretty good after plain java. I can't rely on it in production yet (used in build chain).

My feelings that React Native + Kotlin could be awesome combination.

Re: Ask HN: Has anyone here programmed in Kotlin? What do you think about it?

#8
post #6

It seems that Kotlin will be officially presented as next language for Android. IDEA and Android Studio will receive built-in full support for Kotlin in nearest future. I write some parts of Telegram app in Kotlin. Pretty good after plain java. I can't rely on it in production yet (used in build chain). My feelings that React Native + Kotlin could be awesome combination.

"It seems that Kotlin will be officially presented as next language for Android."

Source?

Re: Ask HN: Has anyone here programmed in Kotlin? What do you think about it?

#9
I started an open source Android project in Kotlin (https://github.com/dodyg) three years ago so I have witnessed the language evolution from early on.

This is what I love about Kotlin:

- It is IMHO the best language to develop native application in Android by far.

- I was primarily a C# developer (still now) and I could pick up the language in a day. The language is quite small for people that has already known a programming language.

- JetBrains is taking their time to get the language right. There is no 'swift syndrome' here.

- They are really serious about the Java 100% compatibility.

- The IDE support is world class.

- It is a really pleasant language to use.

- JetBrains is actually using the language for their own products.

- The community is friendly and the language designers are approachable.

- You can really mix and match Java and Kotlin code in the same project. You don't have to use it only in a green field projects.

Re: Ask HN: Has anyone here programmed in Kotlin? What do you think about it?

#10
post #8
post #6

It seems that Kotlin will be officially presented as next language for Android. IDEA and Android Studio will receive built-in full support for Kotlin in nearest future. I write some parts of Telegram app in Kotlin. Pretty good after plain java. I can't rely on it in production yet (used in build chain). My feelings that React Native + Kotlin could be awesome combination.

"It seems that Kotlin will be officially presented as next language for Android." Source?

Just rumours. I hear that Kotlin will be preinstalled in nearest versions of Android Studio.

For google Kotlin can be very good language: it designed to compile to javascript, so you can write code for Android and Web in one language.

Also JetBrains developing (not a surprise) Android Studio for Google. JetBrains is most qualified company for building Java-based language.

Post reply on HN