Live data from Hacker News

Kotlin 1.2.60 comes with native compiler binaries

github.com

1–10 of 69 posts

Re: Kotlin 1.2.60 comes with native compiler binaries

#5

Is it just me or it's strange that there are so many IDE related fixes in a programming language release?

Well, it's a language created by an IDE company…

Yeah. It used to be "choose IDE that supports your language", now it will be "choose a language that is supported by your IDE".

Re: Kotlin 1.2.60 comes with native compiler binaries

#7

Earlier quoted context omitted.

Well, it's a language created by an IDE company…

Yeah. It used to be "choose IDE that supports your language", now it will be "choose a language that is supported by your IDE".

I mean it's sorta in the name "Integrated"

Re: Kotlin 1.2.60 comes with native compiler binaries

#8

Is it just me or it's strange that there are so many IDE related fixes in a programming language release?

Well, it's a language created by an IDE company…

The dividing line between what's a language and what's the IDE is fairly arbitrary. E.g. a language could conceivably come with a tool chain that includes CLI-driven refactoring, and an "IDE" would only need to be a graphical interface calling it.

Re: Kotlin 1.2.60 comes with native compiler binaries

#9

Is it just me or it's strange that there are so many IDE related fixes in a programming language release?

I think it's a symptom of times changing. People don't want to code in vi/nano anymore. A general purpose language launching today is expected to have a good support in an IDE. At least autocompletion, support for building and debugging, refactoring if possible. Also people prefer to have a one well working IDE plugin than several half-baked ones that don't offer much more than syntax highlighting. That's why IDE plugins are becoming important part of language development, either through IDE specific plugins like IntelliJ ones or more generic solutions such as language servers.
Post reply on HN