awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • lhartikk/arnoldcAvatar lhartikk

    lhartikk/ArnoldC

    6,877Vezi pe 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
    Vezi pe GitHub↗6,877
  1. Home
  2. Development Tools & Productivity
  3. Local Function Execution
  4. Runtime Function Mapping
  5. Keyword-to-Runtime Mappings

Explorează sub-etichetele

  • 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.