Hacker News new | ask | show | jobs
by rurban 119 days ago
Better than no memory safety, sure. Also a kernel should be memory safe, so garbage collected.
1 comments

Garbage collection is not required for memory safety.

Languages that have garbage collection are not all memory safe.