1 comment

[ 1.7 ms ] story [ 42.8 ms ] thread
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.