Y
Hacker News
new
|
ask
|
show
|
jobs
by
psychoslave
284 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?
2 comments
jibal
284 days ago
No, definitely not. The solution is something like Rust, with its lifetimes and borrow checker ... not cheap at all.
link
Hemospectrum
284 days ago
You mean a borrow checker? That exists, but not for Odin.
link