CoderSupreme@programming.dev to Programming@programming.dev · edit-228 days agoWhat are your favorite statically typed, compiled, memory safe programming languages?message-squaremessage-square121fedilinkarrow-up1114arrow-down16
arrow-up1108arrow-down1message-squareWhat are your favorite statically typed, compiled, memory safe programming languages?CoderSupreme@programming.dev to Programming@programming.dev · edit-228 days agomessage-square121fedilink
minus-squarecinnamon_tea@programming.devlinkfedilinkarrow-up9arrow-down3·edit-228 days 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”.