Hacker News new | ask | show | jobs
by burstmode 1082 days ago
C++ Metaprogramming is also just a bunch sugarcoated preprocessor macros and it was never someting else.
2 comments

The fundamental difference is the C preprocessor is actually a language independent of C. They follow their own grammars, syntax, semantics, symbol tables, etc., and do not communicate with each other.
This is plainly not true