Y
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
WalterBright
1082 days ago
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.
link
idispatch
1082 days ago
This is plainly not true
link