Hacker News new | ask | show | jobs
by Tiberium 2076 days ago
It can, ARC is really not a full-blown GC (people usually associate GC with a tracing garbage collector which ARC is not). ARC is fully suitable for writing any low-level stuff such as OSes and similar.