And this is why we use Rust! Though, C will always hold a special place in my heart and I still love it. Sure, it’s dangerous and what not and it’s easy to shoot yourself in the foot or whatever the new saying is these days, but there’s something really fun about having almost zero guard rails and having the ability to just do anything.
Agreed! C is the language I recommend to people if they want to learn how things work at a low level since you’re basically one step above raw assembly. It was one of the first languages I learned and helped a lot with understanding things later on when working with other languages.
And this is why we use Rust! Though, C will always hold a special place in my heart and I still love it. Sure, it’s dangerous and what not and it’s easy to shoot yourself in the foot or whatever the new saying is these days, but there’s something really fun about having almost zero guard rails and having the ability to just do anything.
Question: How do you tell if someone programs in Rust?
Answer: Just wait, they’ll eventually tell you in an unrelated conversation
imo this makes it such a useful tool for learning computer programming
Agreed! C is the language I recommend to people if they want to learn how things work at a low level since you’re basically one step above raw assembly. It was one of the first languages I learned and helped a lot with understanding things later on when working with other languages.