Hacker News new | ask | show | jobs
by docandrew 899 days ago
Runtime checks can be disabled in Ada. They’re useful for debug builds though!
1 comments

But that elimites purpose for Ada. Rust has better type system to deal with this.
I thought both Ada and rust have good compile time checks for memory safety that eliminates the need for run time checks?