@[email protected] to [email protected] • edit-23 months agoWhat are your favorite statically typed, compiled, memory safe programming languages?message-square111fedilinkarrow-up1109arrow-down16
arrow-up1103arrow-down1message-squareWhat are your favorite statically typed, compiled, memory safe programming languages?@[email protected] to [email protected] • edit-23 months agomessage-square111fedilink
minus-square@calcopirituslink4•3 months 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.