Hacker News new | ask | show | jobs
by MBCook 971 days ago
They made a TON of sense when memory was very limited.

Why parse out a whole C file when you can get the only bits that matter for compiling your file from a 30 line header?

1 comments

Except languages with modules already existed, in systems even more constrained memory predating C's invention.