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

3 repos

Awesome GitHub RepositoriesRuntime Architecture

Core mechanisms governing language execution, including task concurrency, scope resolution, object property lookups, and runtime type inspection.

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

  1. Home
  2. Programming Languages & Runtimes
  3. Runtime Execution Environments
  4. Runtime Environments
  5. Runtime Internals and Foundations
  6. Runtime Architecture

Awesome Runtime Architecture GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • getify/You-Dont-Know-JS

    getify/You-Dont-Know-JS

    184,424GitHubView on GitHub↗

    This project is a comprehensive educational series designed to provide a deep technical understanding of the JavaScript programming language. It functions as a multi-volume curriculum that guides developers through the core mechanisms, execution models, and underlying specifications that define how the language operate

    asyncbookbook-series
  • python/cpython

    python/cpython

    71,643GitHubView on GitHub↗

    CPython is the primary, community-maintained reference implementation of the Python programming language. It functions as a high-level, interpreted execution environment that compiles source code into platform-independent bytecode for processing by a stack-based virtual machine. The runtime manages memory through a com

    Python
  • leonardomso/33-js-concepts

    leonardomso/33-js-concepts

    66,252GitHubView on GitHub↗

    This project is a comprehensive educational repository designed to help developers master the core mechanics, runtime behaviors, and browser-native capabilities of the JavaScript language. It provides a structured knowledge base that covers fundamental language features, such as prototype-based inheritance and event-lo

    JavaScriptangularconceptses6

Explore sub-tags

  • C-Based RuntimesExecution environments implemented primarily in C.
  • Dynamic Type Dispatching SystemsMechanisms that resolve method or operation behavior at runtime based on object type metadata.
  • Event Loop ConcurrencyMechanisms for managing asynchronous task execution and event queues.
Event Loop Models
Mechanisms governing asynchronous task scheduling and execution concurrency.
  • Lexical Scoping MechanismsRules and processes governing variable accessibility and identifier binding within nested execution environments.
  • Prototype Inheritance ModelsMechanisms for object property delegation and shared behavior through internal reference chains.
  • Type Coercion MechanismsAnalysis of implicit and explicit data type conversion rules within the language engine.