Y
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
int_19h
2179 days ago
As the article explains, this all is a relatively minor contribution to compile times.
link
pjmlp
2179 days ago
Ada/SPARK does it.
link
verdagon
2179 days ago
IIRC, languages like Java and Go compile quite fast, and they are even safer than Rust...
link