awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • mame/quine-relayAvatar von mame

    mame/quine-relay

    14,425Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗14,425
  1. Home
  2. Development Tools & Productivity
  3. Compilers & Toolchains
  4. Source Compilation Tools
  5. Source Generators
  6. Recursive Generators