(no title)
theta_d | 3 years ago
I believe the point the author is making is that other languages provide better safety than C and have faster compile times than Rust, therefore Rust should be able to improve its compile times.
theta_d | 3 years ago
I believe the point the author is making is that other languages provide better safety than C and have faster compile times than Rust, therefore Rust should be able to improve its compile times.
pedrocr|3 years ago
pjmlp|3 years ago
Ada with SPARK 2014 formal proofs, for your other part of the remark.
rbanffy|3 years ago
What you may want to try to avoid is complex and non-deterministic GC, which makes it harder to reason about.