Comment by kaba0

Comment by kaba0 9 days ago

1 reply

But ordinary go code is not memory safe. Data racing can trivially happen just by using the language's primitives. It requires no special keyword like unsafe, or native FFI like in other, actually memory safe languages (rust, or of the GCd kind, java, c#, Js)

kiitos 7 days ago

You're using a definition of 'memory safety' which is not common.