logoalt Hacker News

wiseowiseyesterday at 8:00 AM2 repliesview on HN

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).


Replies

christophilusyesterday at 9:58 AM

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.

show 1 reply
pjmlpyesterday at 8:25 AM

Lack of discipline is exactly the magic word regardig the node ecosystem mess.

show 1 reply