Y
Hacker News
new
|
ask
|
show
|
jobs
by
joedavis512
5617 days ago
Good post, but I still think that C's macro are pretty powerful. I've created a foreach loop in C (GNU C at least, though I could probably port it using C1x's _Generic) just to prove this:
https://gist.github.com/632544
.