4d ago · 4 min read · Introduction - Functions are one of the most important building blocks in JavaScript. They allow us to group code into reusable pieces so we don’t have to repeat the same logic multiple times. Instead
Join discussion
Mar 12 · 9 min read · I've been writing proc macros for a while now. Derive macros for internal tools, attribute macros for instrumentation. And every time, the same two problems: quote! doesn't compose (you end up passing
Join discussion