Hacker News new | ask | show | jobs
by ilyt 1298 days ago
The article is about code generation that is more magic than macros.
1 comments

but you can inspect the generated code, jump to def, search it... how the actual generation works may be magic, but the code is reviewable, searchable, debuggable...

Its clearly better than macros for my use cases