Hacker News new | ask | show | jobs
by efnx 2179 days ago
There’s a lot happening at compile time that less safe languages don’t do. Type checking and type erasure, etc
3 comments

As the article explains, this all is a relatively minor contribution to compile times.
Ada/SPARK does it.
IIRC, languages like Java and Go compile quite fast, and they are even safer than Rust...