Y
Hacker News
new
|
ask
|
show
|
jobs
by
kelnos
461 days ago
Rust is more like C++ (though still not really) than like C. Rust is a complete re-imagination of what a systems language could be.
1 comments
phicoh
461 days ago
My conclusion is that C is not a good basis for what Rust is trying to do. The kind of reliability Rust is trying to provide with almost no runtime overhead requires a much more complex language than C.
link
PaulDavisThe1st
460 days ago
... and C++ is a much more complex language than C.
link
phicoh
460 days ago
True. Though there are plenty of people advocating for some small extensions to C to make it safe.
link