Kotlin 1.2.60 comes with native compiler binaries
1–10 of 69 posts
Re: Kotlin 1.2.60 comes with native compiler binaries
#2Is it just me or it's strange that there are so many IDE related fixes in a programming language release?
Re: Kotlin 1.2.60 comes with native compiler binaries
#3Is 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…
Re: Kotlin 1.2.60 comes with native compiler binaries
#4Not to be confused with https://github.com/JetBrains/kotlin-native — this is the Java version compiled with Excelsior JET, a proprietary AOT Java compiler thing.
Re: Kotlin 1.2.60 comes with native compiler binaries
#5Re: Kotlin 1.2.60 comes with native compiler binaries
#6Is it just me or it's strange that there are so many IDE related fixes in a programming language release?
I believe those fixes are for the IDE plugin they release in parallel with every Kotlin release.
Re: Kotlin 1.2.60 comes with native compiler binaries
#7Re: Kotlin 1.2.60 comes with native compiler binaries
#8Is 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
#9Is 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.
Re: Kotlin 1.2.60 comes with native compiler binaries
#10Not to be confused with https://github.com/JetBrains/kotlin-native — this is the Java version compiled with Excelsior JET, a proprietary AOT Java compiler thing.
So it's the compiler that's native, not the output. Or?