Hacker News new | ask | show | jobs
by machrider 5317 days ago
C doesn't support metaprogramming, unless you count the preprocessor language. With the preprocessor, you could have a couple files mutually #include each other...
1 comments

I tried it:

    error: #include nested too deeply