awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesRecursive Generators

Systems that produce source code which in turn generates further code in a chain.

Distinct from Source Generators: Distinct from Source Generators: focuses on recursive chains of code generation rather than build-time injection.

Explore 1 awesome GitHub repository matching development tools & productivity · Recursive Generators. Refine with filters or upvote what's useful.

Awesome Recursive Generators GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • mame/quine-relayAvatar de mame

    mame/quine-relay

    14,425Ver en GitHub↗

    This project is a multi-language quine relay, a collection of source code files where each program outputs the source code for the next in a sequence until the original code is recreated. It serves as a technical demonstration of recursive program execution and polyglot code generation, verifying the integrity of multi-stage code cycles across diverse programming languages. The system distinguishes itself through automated relay orchestration, which triggers sequential compilation and execution steps to ensure the entire chain functions correctly. Each program contains the encoded logic requi

    Constructs programs that output the exact source code of the subsequent program in a recursive chain.

    Rubyquine
    Ver en GitHub↗14,425
  1. Home
  2. Development Tools & Productivity
  3. Compilers & Toolchains
  4. Source Compilation Tools
  5. Source Generators
  6. Recursive Generators