1 repo
Language features that execute code during the compilation phase to perform reflection, type generation, and logic optimization.
Distinguishing note: Focuses on code execution during compilation rather than runtime reflection or general language syntax.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Compile-Time Metaprogramming Engines. Refine with filters or upvote what's useful.
Zig is a general-purpose systems programming language designed for high-performance applications that require manual memory management and direct control over hardware resources. It prioritizes predictable execution by enforcing explicit control flow and requiring functions to accept explicit memory allocators, ensuring that all heap operations and logic paths remain visible to the developer. The language distinguishes itself through a powerful compile-time metaprogramming engine that allows for arbitrary code execution during the build process, enabling advanced reflection and the generation
Executes arbitrary user code during the build process to generate types, perform reflection, and optimize logic.