@kungtotte @musicmatze @bugaevc
> but [ #golang compiles quickly] only because golang is a simple language without safety guarantees
Not really. Go compiles fas because it was built to, from the ground up. Fixing slow build times on massive programs was one (probably *the*) major reasons Google even built Go.
> the #rust compiler does a _lot_ more work during compilation!
Meh. `cargo check` is fast—that extra work isn't what slows us down.