Hacker News new | ask | show | jobs
by vrfvr 1488 days ago
> Rust is also very difficult. It's as complex as C++, and throws it all at the programmer at once.

I thin Rust isnt nearly as complex

1 comments

It definitely is. You've probably just had more time to discover the complexity of C++ (and read about it, since it's actually specified).

Of course Rust's complexity is much less dangerous because if you forget some obscure rules you get a compile error instead of UB (in safe Rust at least).