Hacker News new | ask | show | jobs
by mh2266 138 days ago
rust and swift don't require manual memory management. rust is RAII and swift is either value types or reference-counted.

(yeah there are escape hatches, but it's weird to use them)