1 repo
Systems that use executable proxies to intercept and route commands to specific runtime versions.
Distinguishing note: Focuses on the shim-based execution mechanism rather than the version management logic.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Shim Execution Environments. Refine with filters or upvote what's useful.
This project is a command-line tool designed to manage multiple isolated language runtime versions on a single development machine. It enables users to install, switch between, and maintain different runtime versions, ensuring that project-specific requirements are met without conflicting with system-wide software. The tool distinguishes itself through a shim-based execution environment that intercepts system calls and dynamically routes them to the correct runtime version based on the current directory. By traversing the file system hierarchy to locate configuration files, it automatically a
Intercepts system calls and dynamically routes them to the appropriate language version based on the current directory.