awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesKeyword-to-Runtime Mappings

Replaces language keywords and built-in functions with calls to specific runtime library functions during AST traversal.

Distinct from Runtime Function Mapping: Distinct from Runtime Function Mapping: focuses on compile-time keyword substitution rather than dynamic API-to-function mapping.

Explore 1 awesome GitHub repository matching development tools & productivity · Keyword-to-Runtime Mappings. Refine with filters or upvote what's useful.

Awesome Keyword-to-Runtime Mappings GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • lhartikk/arnoldcAvatar de lhartikk

    lhartikk/ArnoldC

    6,877Voir sur GitHub↗

    ArnoldC is an esoteric programming language whose syntax is built entirely from Arnold Schwarzenegger movie quotes and catchphrases. It is an intentionally humorous language that maps one-liners from the actor's filmography to programming constructs, creating a playful and unconventional coding experience. The language operates on a 16-bit signed integer type system with stack-based arithmetic, supporting addition, subtraction, multiplication, and division. It provides procedural control flow through conditional branching and looping, using movie-quote keywords such as "STICK AROUND" for loop

    Defines the core syntax of the language by mapping movie quotes to programming constructs.

    Scala
    Voir sur GitHub↗6,877
  1. Home
  2. Development Tools & Productivity
  3. Local Function Execution
  4. Runtime Function Mapping
  5. Keyword-to-Runtime Mappings

Explorer les sous-tags

  • Movie-Quote Keyword MappingsMaps Arnold Schwarzenegger one-liners to programming constructs using a keyword-to-instruction lookup table. **Distinct from Keyword-to-Runtime Mappings:** Distinct from Keyword-to-Runtime Mappings: maps humorous movie quotes to language constructs, not runtime library functions.