Remix.run Logo
psychoslave 6 days ago

Isn't there a cheap way to implement a gentle refusal to compile a code if it is not garantee that it won't prevent such a behavior?

jibal 5 days ago | parent | next [-]

No, definitely not. The solution is something like Rust, with its lifetimes and borrow checker ... not cheap at all.

Hemospectrum 5 days ago | parent | prev [-]

You mean a borrow checker? That exists, but not for Odin.