Y
Hacker News
new
|
ask
|
show
|
jobs
by
verdagon
2179 days ago
I'm not sure safety has anything to do with long compile times, can you enlighten?
1 comments
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
link
int_19h
2179 days ago
As the article explains, this all is a relatively minor contribution to compile times.
link
pjmlp
2178 days ago
Ada/SPARK does it.
link
verdagon
2178 days ago
IIRC, languages like Java and Go compile quite fast, and they are even safer than Rust...
link