|
|
|
|
|
by bacon_waffle
2762 days ago
|
|
I agree that Rust is more like C++, especially since C++11, than it is like C. Rust has type deduction, closures, iterators, and Traits (which behave a lot like C++ class methods). > I would like to see a simple language that fixes C's biggest problems. I think that would be really interesting to work with. Nobody seems to want to do it though, or if they have, they haven't been able to get any attention. Honest question from an embedded C developer who's learning Rust, but still very beginner: Wouldn't using a subset of Rust provide the same thing you're asking for? |
|