this post was submitted on 05 Feb 2024
61 points (96.9% liked)

Rust

5744 readers
89 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 7 months ago

As a C++ developer memory safety catches my attention. I keep rejecting code reviews - in 2024! - because of naked new. Since experience proves I can't get people to use the memory safety modern C++ offers I need to force the issue.

unfortunaty rust has other choices that don't play well with our existing C++ so it will be a long road.