Hacker News new | ask | show | jobs
by goku12 1001 days ago
> Do you need the performance of Rust? If not, use Go

Or, if GC is not an option - like operating systems, embedded software, web engines and game engines. That said, why not just use Rust for everything if you know it?

1 comments

You can use any language you like for your pet project with a single contributor, but there are more considerations if you want to have/move a team to that language in business environment.
Agreed. That's certainly a good criterion.