awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Metaprogramming · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesMetaprogramming

Tools and techniques that allow programs to inspect, generate, or modify other code during compilation or execution.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Metaprogramming. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Language Features and Paradigms
  4. Language Features
  5. Metaprogramming

Awesome Metaprogramming GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • rust-lang/rust

    rust-lang/rust

    110,533GitHubView on GitHub↗

    Rust is a programming language designed for memory safety and performance. It provides a comprehensive curriculum that covers fundamental syntax, memory management, and advanced programming paradigms, including support for functional and object-oriented styles. The language features a strong type system that enforces m

    Rustcompilerlanguagerust
  • fffaraz/awesome-cpp

    fffaraz/awesome-cpp

    69,832GitHubView on GitHub↗

    This project is a comprehensive, curated directory of high-quality libraries, tools, and educational resources for C and C++ development. It serves as an ecosystem discovery index, helping developers navigate the vast landscape of third-party components, frameworks, and technical documentation available for the languag

    awesomeawesome-listc

Explore sub-tags

  • Procedural MacrosMacros that accept and produce code via attributes.
  • Reflection FrameworksTools for inspecting and manipulating code structures at runtime or compile-time.