6 ms·
using code to generate code? pretty cool. another way to think of macros is functions that can take code as a param #define filter (a,b) ... filter(li
by mc_hammer 11y ago
using code to generate code? pretty cool.
another way to think of macros is functions that can take code as a param
#define filter (a,b) ...
filter(list, { v % 3 == 0 })
actually works in C. ignored and hated (?!) by modern languages!