General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Toby
Computerphile
comments
Comments by "Toby" (@toby9999) on "Rust and RAII Memory Management - Computerphile" video.
Your criticisms of the C language are not actually language issues, they're programmer mistakes. For instance, you don't or shouldn't access memory you don't have... that's programming 101. Rust doesn't really solve these issues, it just pretends to.
4
It's pretty basic stuff that any half decent programmer should get right. It bugs me when people blame such things on the language. Like blaming a car for driving the wrong way down a one-way street.
2
After trying rust, I'll never want to use rust again. C++ provides everything I need already without having to re learn everything.
2
The rust syntax is hideous in my opinion. They've switched away from a very common and well understould syntax style to something quite unintuative... a bizzare grab bag of styles borrowed from various languages... why? Just because they could? The chance to design something elegant squandered.
2
@ifcoltransg2 Yeah, which is why I dislike python.
2
@dynfoxx Perhaps it boils down to personal preference? I don't see anything significant in rust syntax that makes it "better". Maybe I'm just biased because I've been coding in C and C++ for decades?
2
I still use new and delete and never have a problem with it.
1