Confounding Rust lifetimes
Kåre von Geijer published on
18 min,
3501 words
I don't think I will ever completely understand Rust lifetimes. Every time I think I get them, they come right back and hit me in the face. The other day I wanted to implement scoped variable bindings for my new programming language Zote, and it took me several hours to figure out why it did not work as I expected. So let's talk a bit about lifetimes, for both of our sakes.
Read MoreCategories: Programming