Hacker News new | ask | show | jobs
by pjmlp 3505 days ago
C and C++ are slow to compile due to their compilation model based on text expansion instead of actual modules.

Since the 70's that Go like compilation times are possible in module based languages.