Hacker News new | ask | show | jobs
by spacechild1 591 days ago
> Btw this is at the first page of the rust website, not "c++ replacement"

They wish :) Why should anyone - apart from aesthetic preferences - fight the borrow checker and deal with long compile times when they can just use a language with GC? It just doesn't make sense to me from a technical standpoint. You reach for Rust or C++ when you can't use C#, Go or Java.

> If you write async code, rules are not the same than non async code.

The thing is: Rust is (also) catering to people who want to write async code on embedded devices.