I remember back when I was more excited about getting into gamedev, learning C and C++ were some significant obstacles. Even understanding that I had to be responsible and direct about memory, the way they flub through so many template interfaces and spew out paragraph-sized errors made it impossible to contend with. I haven’t followed Rust, but I hope for a time that low-level code modernizes just a bit so we can stop abstracting our calculator apps with 4 GB of Electron framework.
Yeah, Rust is a lot better in those regards. You are still in more direct control of memory, but if you fuck up, that’s a compiler error, not a runtime error, and the compiler error messages even give you pretty helpful suggestions for making it work.
I’m in agreement. I find whitespace tabulation stupid. I just don’t understand why people would want a thing they can’t see to be the part that delineates your code.
Every language that requires the user to install a runtime is crap in my book and I mainly write python so believe me on that.
I remember back when I was more excited about getting into gamedev, learning C and C++ were some significant obstacles. Even understanding that I had to be responsible and direct about memory, the way they flub through so many template interfaces and spew out paragraph-sized errors made it impossible to contend with. I haven’t followed Rust, but I hope for a time that low-level code modernizes just a bit so we can stop abstracting our calculator apps with 4 GB of Electron framework.
Yeah, Rust is a lot better in those regards. You are still in more direct control of memory, but if you fuck up, that’s a compiler error, not a runtime error, and the compiler error messages even give you pretty helpful suggestions for making it work.
Ever heard of self-contained deployments or native AOT? No separate runtime install needed.
Significant whitespace should be a considered a crime against humanity as a whole. (yes, i’m looking at you python and yaml)
I will die on this hill.
I’m in agreement. I find whitespace tabulation stupid. I just don’t understand why people would want a thing they can’t see to be the part that delineates your code.