Skip to content
← Radar
29

Static Metaprogramming Metaprogramming Refers Code Operates

general · 1 signals · 1 source

Evidence

  • Static Metaprogramming — **Metaprogramming** refers to code that operates on other code as if it were data. It can take code in as parameters, reflect over it, inspect it, create it, modify it, and return it. ***Static* metaprogramming** means doing that work at compile-time, and typically modifying or a

    GITHUB_ISSUES