Hacker News new | ask | show | jobs
by proto_lambda 1015 days ago
There is no runtime (other than init/exit handling). The main thing that provides memory safety without a GC is the borrow checker, which is a language feature and independent of the smart pointer types in the standard library.