|
|
|
|
|
by steveklabnik
4048 days ago
|
|
> It takes great courage to go against the grain in terms of the core language So, what I like to say is this: If you look at Rust by mission statement, it hasn't changed at all. If you look at it by feature list, it's a completely different beast. The focus of Rust has always been a safe, fast, concurrent systems language. It just took a while to figure out exactly how we wanted to accomplish that goal. |
|
If Rust fulfills it's mission statement, it might become widely adopted. While that's generally good, it also makes changes to the language hard, see C++.
So, let's hope you got the things right that you can't change without breaking compatibility.