Hacker News new | ask | show | jobs
by barrkel 4045 days ago
Compile-time functions are a thing. Not in C, but in other languages, including C++.

This all comes down to what you think "function" means. If you're living in a C bubble, of course sizeof isn't a function. If you have a wider mapping (!) for the word, then it is a kind of function.

1 comments

If you think everything called a "function", in every context, is the same thing, you are going to have a very bad day.