Comment on Ask HN: Memory-safe low level languages?parentComments−rurban1yOn the contrary GC is very suitable to systems programming.The bigger problem is guaranteeing concurrency safety, which you can only provide with nonblocking IO. Everybody loves blocks though, so that's far away.
Comments
On the contrary GC is very suitable to systems programming.
The bigger problem is guaranteeing concurrency safety, which you can only provide with nonblocking IO. Everybody loves blocks though, so that's far away.