|
|
|
|
|
by cameronhowe
1947 days ago
|
|
I know I'm only one person, but I'm a C programmer at my day job and I do all my hobby projects in Rust. For me cargo, rust-analyzer, and lifetimes/borrow checker just makes programming so much more pleasant. edit:
I dont go overboard on the more advanced features in the rust language, and probably write more C idiomatic code sometimes, but I still prefer using rust over C |
|
But my point of view is quite biased. I am still baffled that people would start new projects in C instead of just using a strict subset of C++, at least: classes, only trivial templates for generics, references, maybe smart pointers depending on what you're doing, but no STL, no exceptions, no inheritance, etc.