|
|
|
|
|
by pcwalton
694 days ago
|
|
Another example is Rust's borrow checker, which has roots in substructural type system papers from decades earlier. Many academics considered substructural type systems dead (killed by GC, more or less) until Rust resurrected the idea by combining it with some new ideas from C++ of the time. |
|
Could you elaborate on that?