Hacker News new | past | comments | ask | show | jobs | submit | aartaka's comments login

It's a set of C Preprocessor macros, so you don't even need to somehow process the code—you just #include the header and hack away as if it was regular C!


Indeed, I might need to revisit foreach with type inference. Should be totally possible.


Yes, it's one of the inspirations!



oooh that was your creation. it makes (barely, I'm stupid) sense now


Thanks!


You're welcome!


C17 doesn't have auto, but C23 does, and thus my `__STDC_VERSION__ > 201710L` (notice the greater than sign, it doesn't include C17 itself.)


Ha, apparently the N2310 working draft is not the last one :)


I won't stop you, so be my guest.


Yeah, I love sugar ;)


Thanks!


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: