Y
Hacker News
new
|
ask
|
show
|
jobs
by
Alifatisk
1213 days ago
Does that also apply to GC-languages?
2 comments
linguistics__
1213 days ago
Yes, if you dare to look into a GC implementation, you might see some truly unsafe code indeed
link
alpaca128
1213 days ago
You can't have 100% safety all the way down. Garbage collection doesn't help you if the VM itself has a memory leak or some driver crashes.
link