General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
p11
No Boilerplate
comments
Comments by "p11" (@porky1118) on "Rust is not a faster horse" video.
0:40 No. I might agree, that Rust is not just a better C++ (honestly I think, it is), but Go is definitely not a better C++. Rust and C++ have these in common, which go doesn't: - generics (newest go has) - no GC - no reflection (runtime type information) - focus on zero cost abstractions - RAII - low level programming abilities (pointer math, etc.) Rust basically takes all the general ideas of C++ and implements them in a cleaner and safe way.
9