|
|
|
|
|
by yogthos
23 days ago
|
|
I find the real issue with Rust is the compiler performance. I decided to use it for a project, and frankly I have huge regrets now that it's grown big enough. It literally takes over a minute to compile on my M1 laptop. I just don't understand how people find this sort of thing normal. If you implement a feature, and then you want to see it in action, the feedback loop for that is insanely slow. It's incredibly jarring coming from Clojure where you have a live development experience. I've used Go before, and while you still have to wait for compiling, at least the compiler is actually fast. I get the problem Rust aims to solve, but the ergonomics are just not there in my opinion. |
|
At some point though a lot of work will be able to start advancing at once, so long as people exist to do the work.
e.g. https://rust-lang.github.io/rust-project-goals/2026/parallel...