Joey@programming.devtoProgramming@programming.dev•DARPA suggests turning old C code automatically into Rust – using AI, of course2 years So a translation of legacy code into Rust would either attain memory safety, or wouldn’t compile. They’d probably have to make sure it doesn’t use the unsafe keyword to guarantee this. 7
Joey@programming.devtoProgramming@programming.dev•What will happen if we put a semi-colon after a for loop in C++?3 years#define EVER (;;) 7
They’d probably have to make sure it doesn’t use the
unsafekeyword to guarantee this.