Hacker News new | ask | show | jobs
by uecker 170 days ago
This is scary, the issue in safe-critical code is not leaks (which Rust also does not necessarily prevent), but accidental resource exhaustion. This is also why JPL forbids recursion.