logoalt Hacker News

MyOutfitIsVaguelast Thursday at 8:56 PM2 repliesview on HN

Rust's compilation is slow, but the tooling is just about the best that any programming language has.


Replies

GuB-42last Thursday at 11:45 PM

How good is the debugger? "edit and continue"? Hot reload? Full IDE?

I don't know enough Rust, but I find these aspects are seriously lacking in C++ on Linux, and it is one of the few things I think Windows has it better for developers. Is Rust better?

show 3 replies
adastra22yesterday at 7:54 AM

Slow compared to what? I’m still scraping my head at this. My cargo builds are insanely fast, never taking more than a minute or two even on large projects. The only ahead of time compiled language I’ve used with faster compilation speed is Go, and that is a language specifically designed around (and arguably crippled by) the requirement for fast compilation. Rust is comparable to C compilation, and definitely faster than C++, Haskell, Java, Fortran, Algol, and Common Lisp.

show 2 replies