Y
Hacker News
new
|
ask
|
show
|
jobs
by
jernfrost
3120 days ago
Except adding tools for doing some kind of macros is much simpler in Go than C because the language is easier to parse. What stops you from using a preprocessor in Go? It is not really part of the compiler in C either.
1 comments
pjmlp
3120 days ago
Sure it is, ANSI C11 (ISO/IEC 9899:2011) chapter 6.1 and section 6.5.1.1.
link