(no title)
creativemonkeys | 4 years ago
People who don't put in the effort to really learn their tools, need tools with training wheels. It's perfectly fine for a language to put in checks to protect you against yourself and be "fast enough for practical purposes", just don't confuse "almost fast" with "always fast". Rust programs have to pay the price for runtime checks because Rust doesn't trust you to know what you're doing.
samatman|4 years ago
> Rust programs have to pay the price for runtime checks because Rust doesn't trust you to know what you're doing.
Buddy, you talk a lot of game about knowing your tools. Don't say obviously ignorant stuff about other peoples tools, it makes me think you're bluffing about C.
creativemonkeys|4 years ago