1 repo
Tooling and infrastructure required for building, testing, and maintaining language interpreters and standard libraries.
Distinguishing note: Focuses on the internal development of the language runtime itself, rather than using the language to build applications.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Runtime Development Environments. Refine with filters or upvote what's useful.
This project is the core source code for a general-purpose, server-side scripting language designed for web development. It provides a high-performance execution engine that parses and runs scripts to generate dynamic content, supported by a comprehensive standard library for data manipulation, networking, and system interaction. The repository serves as an open-source development platform where the language runtime and its interpreter are built, maintained, and evolved through community-driven governance. The runtime is powered by a stack-based virtual machine that executes compiled bytecode
Building and maintaining the core interpreter and standard library to support the evolution of a widely used programming language.