White House urges developers to dump C and C++::Biden administration calls for developers to embrace memory-safe programing languages and move away from those that cause buffer overflows and other memory access vulnerabilities.
Probably a good idea, plenty of languages out there that can give good performance while being memory safe nowadays.
Such as? (Non-programmer here, so I don’t know the ins and outs of programming languages.)
Zig and Rust come to mind, at least for replacements for low level languages.
Isn’t that only microsoft exclusive and closed source? Also does compiling it really yield the same speed as C, it is garbage collected isn’t it?