| ▲ | wiseowise 7 hours ago | |||||||
It takes tooling team and discipline to keep compile times at bay when you reach mid size projects with compiled languages (looking at you Java, C++, Rust). | ||||||||
| ▲ | christophilus 5 hours ago | parent | next [-] | |||||||
But, it doesn’t need to be so. Go is pretty fast to compile. So is Jai, from what I’ve seen. So was TurboPascal. Rust has a similar problem to the one Vite has been solving- Rust (and most languages) weren’t designed for compilation speed, and it’s hard to retroactively fix that. But, there’s no reason we shouldn’t have a bunch of statically typed, fast-to-compile languages. | ||||||||
| ||||||||
| ▲ | pjmlp 6 hours ago | parent | prev [-] | |||||||
Lack of discipline is exactly the magic word regardig the node ecosystem mess. | ||||||||
| ||||||||