1 comment

[ 3.4 ms ] story [ 14.5 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.