|
|
|
|
|
by vvanders
3456 days ago
|
|
I think you'll find a lot of Rust's supporters actually come from a Systems Programmers background who've felt the pain before. I've been doing C/C++ for close to 15 years now, I find that the borrow-checker not only helps with safety but also with guiding a good architectural foundation. Nothing keeps you from dropping into an unsafe block and cranking out very c-like code if you want as well. All my green-field code now is Rust. Sure there's some hype but that's because people are genuinely excited about the language. |
|