Hacker News new | ask | show | jobs
by flohofwoe 1161 days ago
Preprocessor macros are an entirely valid tool in the C language toolbox, even if demonized by C++ coders.
2 comments

Even Macro Assemblers from the MS-DOS and Amiga days are better than C pre-processor macros.
it is black magic, absolutely respect C developers.
But the preprocessor is just simple text replacement, nothing magic about it.