Hacker News new | ask | show | jobs
by yodsanklai 530 days ago
> I enjoy Rust, but have settled on Kotlin for my language of joy.

Isn't it comparing apples and oranges? Is there any good reason to use Rust if you can live with a GC?

2 comments

The whole premise of this article is non-performance reasons to love rust
Yeah, like startup time and (cross-)compiling to a static binary. Although the compile time can get annoying.