Comment Re:Fun (Score 1) 101
I have fun programming in Rust... I like building type systems that prevent errors and automate drudgery. Both C++ and Rust let me do that, C does not...you spend a fair amount of time thinking about low-level details of what the compiler is generating. That's true, and I like thinking about memory layouts, cache lines, what the optimizer is going to do
You very convincingly make it sound so fun.
My point is that if that low-level stuff is what makes C fun to you, then Rust and C++ will be fun, too... but without all of the drudgery and error-prone crap C makes you do.
If that's not what makes C fun to you, then what is? It's certainly not being able to accomplish a lot quickly; higher-level languages are much better for that.