1 repo
Tools and language features that execute logic during the build process to generate source code or binary instructions.
Distinguishing note: Distinct from general build tools; specifically targets the generation of code logic during the compilation phase.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Compile-Time Code Generation. Refine with filters or upvote what's useful.
V is a statically typed, compiled programming language designed for high-performance systems development. It prioritizes memory safety and execution speed by enforcing strict type checking and immutable defaults, while generating native machine code for multiple hardware architectures. The language is built around an integrated toolchain that includes a compiler, package manager, formatter, and testing utilities within a single executable, facilitating rapid development cycles. What distinguishes V is its focus on developer productivity and interoperability. It provides a direct interface for
Executes logic during the build phase to automate repetitive tasks like serialization and routing without requiring runtime reflection.