Hacker News new | ask | show | jobs
by jnordwick 1457 days ago
> Rust does have a hard time explaining very, very low level stuff

A little odd for a supposed system langauge

1 comments

But it is just not true. Rust has a hard time writing algorithms where objects don’t have a singular owner. That’s all, it is not low level stuff. It for example has proper SIMD support, while the supposedly low level c doesn’t.