Hacker News new | ask | show | jobs
by ptx 2209 days ago
I'm hopeful that Kotlin/Native will improve in these areas (excepting the last one) but:

* Faster compilation.

* Tooling is less memory-hungry.

* C++ interop.

* Macros.

2 comments

Tooling as in intellij/gradle? I doubt they'll ever use less memory.
Actually intellij since 2020.1 release is kinda fast :0
Why macros vs decorators?
I think you basically covered it in your other comment. Macros are much quicker and easier to write than compiler plugins or annotation processors, but they are difficult for the IDE to understand. So it's a trade-off where Nim and Kotlin both make reasonable, but quite different, choices.