Comment by overgard

2 hours ago

Compile times are a really underrated thing. My #1 gripe with C++ is waiting 10 minutes on a build, it absolutely kills flow.

I currently have a problem with Rust that I use Rust-Analyzer for syntax and autocomplete in VS Code and it has to run the compiler when you save a file to "refresh" things.

As you may imagine, this is insanely slow.

So slow that when I switch from a .rs file to a .ts file I feel like I switched computers.