@[email protected] to [email protected] • edit-26 months agoWhat is your favorite statically typed, compiled, memory safe programming languages?message-square121fedilinkarrow-up1109
arrow-up1109message-squareWhat is your favorite statically typed, compiled, memory safe programming languages?@[email protected] to [email protected] • edit-26 months agomessage-square121fedilink
minus-square@[email protected]linkfedilink9•edit-26 months agoYou forgot that beauty - “undefined behavior”! Memory-safety can guarantee only so much safety! C++ can still blow up in your face, even with all the alleged memory-safety built into C++, thanks to all the UB traps in C and C++. Rust is the closest language that has no such “gotchas”.
You forgot that beauty - “undefined behavior”!
Memory-safety can guarantee only so much safety! C++ can still blow up in your face, even with all the alleged memory-safety built into C++, thanks to all the UB traps in C and C++.
Rust is the closest language that has no such “gotchas”.