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

2 repos

Awesome GitHub RepositoriesInterpreter Internals

Internal mechanisms and runtime components that govern how code is interpreted and executed.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Interpreter Internals. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Compiler and Interpreter Internals
  4. Interpreter Internals

Awesome Interpreter Internals GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • 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
  • PlexPt/awesome-chatgpt-prompts-zh

    PlexPt/awesome-chatgpt-prompts-zh

    58,347GitHubView on GitHub↗

    This project is a community-driven library of structured text inputs designed to guide large language models into specific roles, behaviors, and operational modes. It functions as a comprehensive repository of prompt engineering resources, providing reusable templates that allow users to override default model tendenci

    chat-gptchatgptchatgpt3

Explore sub-tags

  • Global Interpreter LocksMechanisms that serialize bytecode execution to ensure thread safety and prevent data corruption in shared interpreter state.
  • PHP InterpretersEnvironments or emulators capable of executing PHP code and returning the resulting output.