Hacker News new | ask | show | jobs
by kiiski 3628 days ago
I think the idea is that the macro expands into an efficient template. Instead of having to always build the same constant strings for every request, you can expand into a bunch of WRITE-STRINGs, with the dynamic parts in between.