Comment on My Experiences with JuliaparentComments−zwieback4yWhat I mean is that Rust brings the ownership tracking of memory as a primary concept. With C++ that's more of an add-on. I should add that I'm an old time C++er and don't have Rust hands-on experience−Volker_WOP4yI consider C/C++ not having ownership of memory as a primary concept to be one of its ugliness's.
Comments
What I mean is that Rust brings the ownership tracking of memory as a primary concept. With C++ that's more of an add-on. I should add that I'm an old time C++er and don't have Rust hands-on experience
I consider C/C++ not having ownership of memory as a primary concept to be one of its ugliness's.