Hacker News new | ask | show | jobs
by jandrese 2734 days ago
On the other hand, one nice thing about C compilers is that they are _fast_. I always inwardly shudder when I see a C++ file including Boost, because I know the compiler is going to have to chew on it for several seconds every time there's a change.
1 comments

This slowness isn't the result of where you can declare variables though!