Hacker News new | ask | show | jobs
by ibotty 5141 days ago
incremental compilation is not foolproof either. but the q is, whether compilation speed even matters. your typical c project will spend much time in make (semi-related (to the topic and make): use redo). and if you compile with -O0 your compiler will not be the bottleneck for most things.

go seems to be nice, but compilation speed is no real argument!