Hacker News new | ask | show | jobs
by romac 932 days ago
Vale has a very interesting approach to memory safety, without garbage collection or a borrow checker, using a memory management technique called "generational references" which I had never heard of previously.