CoderSupreme@programming.dev to Programming@programming.dev · edit-21 month agoWhat are your favorite statically typed, compiled, memory safe programming languages?message-squaremessage-square116fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareWhat are your favorite statically typed, compiled, memory safe programming languages?CoderSupreme@programming.dev to Programming@programming.dev · edit-21 month agomessage-square116fedilink
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up0·1 month agoEven though they are not what people mean when they say “memory-safe”, it is technically a kind of memory safety. It is unsafe to modify non-mutexed/non-atomic memory that another thread might be modifying at the same time.
Even though they are not what people mean when they say “memory-safe”, it is technically a kind of memory safety. It is unsafe to modify non-mutexed/non-atomic memory that another thread might be modifying at the same time.