Hacker News new | ask | show | jobs
by Gibbon1 2177 days ago
I feel like the long compilation times is going to be a show stopper for smaller teams/companies where you can't afford the loss in productivity.
3 comments

Anecdotally I can tell you it does not amount to a loss in productivity. Cargo caches built deps so the cost is really only paid once in a while and the advantages of rusts type system are a boon to productivity.
If productivity is important, you really can't afford memory corruption bugs. Those can easily take weeks to hunt down.
It can be slightly annoying -- compared to f.ex. OCaml with its lightning-fast compiler -- but in practice incremental recompilation is much faster than a compilation from scratch so it rarely irks me that badly.