| ▲ | whytevuhuni 3 hours ago | ||||||||||||||||
> I think an improved C can be memory safe even without GC That's a very interesting belief. Do you see a way to achieve temporal memory safety without a GC, and I assume also without lifetimes? | |||||||||||||||||
| ▲ | uecker 2 hours ago | parent [-] | ||||||||||||||||
A simple pointer ownership model can achieve temporal memory safety, but I think to be convenient to use we may need lifetimes. I see no reason this could not be added to C. | |||||||||||||||||
| |||||||||||||||||