Earlier quoted context omitted.
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.
Kotlin 1.2.60 comes with native compiler binaries
11–20 of 69 posts
Re: Kotlin 1.2.60 comes with native compiler binaries
#12Is 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
#13Earlier quoted context omitted.
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
#14Is it just me or it's strange that there are so many IDE related fixes in a programming language release?
Isn't that fantastic? The whole idea that developer productivity (and thus, tool support) shouldn't be a part of programming language design has been flawed from the beginning and I'm happy times are finally changing.
Re: Kotlin 1.2.60 comes with native compiler binaries
#15Is it just me or it's strange that there are so many IDE related fixes in a programming language release?
Isn't that fantastic? The whole idea that developer productivity (and thus, tool support) shouldn't be a part of programming language design has been flawed from the beginning and I'm happy times are finally changing.
https://en.m.wikipedia.org/wiki/Turbo_Pascal
and as far as I remember I never had to leave the IDE. The step-by-step debugger felt like magic.
Re: Kotlin 1.2.60 comes with native compiler binaries
#16Not 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?
There is also a compiler for Kotlin that builds native binaries instead of JVM bytecode. It is a different project from the same company.
Re: Kotlin 1.2.60 comes with native compiler binaries
#17Is it just me or it's strange that there are so many IDE related fixes in a programming language release?
Isn't that fantastic? The whole idea that developer productivity (and thus, tool support) shouldn't be a part of programming language design has been flawed from the beginning and I'm happy times are finally changing.
I remember working with C++ in Visual Studio when that new refactoring plugin became popular (tomatoe something something? later bought by Microsoft) and although the plugin tried its best, it often stopped working with files with a lot of ifdefs and macros.
B removed some features from BCPL that were too expensive to implement. I never understood why they didn't continue that idea in C by applying it to the syntax as well. Wirth knew what he was doing.
Re: Kotlin 1.2.60 comes with native compiler binaries
#18Earlier quoted context omitted.
Isn't that fantastic? The whole idea that developer productivity (and thus, tool support) shouldn't be a part of programming language design has been flawed from the beginning and I'm happy times are finally changing.
I started programming with Turbo Pascal https://en.m.wikipedia.org/wiki/Turbo_Pascal and as far as I remember I never had to leave the IDE. The step-by-step debugger felt like magic.
Re: Kotlin 1.2.60 comes with native compiler binaries
#19Is it just me or it's strange that there are so many IDE related fixes in a programming language release?
Isn't that fantastic? The whole idea that developer productivity (and thus, tool support) shouldn't be a part of programming language design has been flawed from the beginning and I'm happy times are finally changing.