Sorry, are you saying the NSA’s information sheet shouldn’t have mentioned specific languages? Why not?
Comment on The NSA advises move to memory-safe languages
pkill@programming.dev 1 year agoso basically anything without manual memory management. I don’t really see a good reason to shill particular names aside from discussions on performance impact of GC vs VM vs ownership
BatmanAoD@programming.dev 1 year ago
calcopiritus@lemmy.world 1 year ago
Not really manual memory management. I’d say C++'s memory management is automatic, just not safe.
Yes, a lot of programming languages are memory safe, maybe it would be faster to list memory unsafe popular languages.