2 个仓库
Shell environments that allow for programmatic extension, custom command sets, and deep integration with a specific language runtime.
Distinct from Ruby Environments: Distinct from general shell customization or environment management; focuses on shells that are themselves programmable within a language runtime.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Programmable Shells. Refine with filters or upvote what's useful.
Pry is a programmable Ruby shell, REPL console, and runtime developer environment. It serves as a debugging toolkit for inspecting object state, navigating bindings, and evaluating code within a running Ruby program. The project differentiates itself through advanced introspection and live iteration capabilities. It allows users to inject an interactive console into a running program at specific points to inspect local state and navigate different object scopes. It further enables live code iteration by integrating with external system editors to modify and reload method definitions without r
Serves as a programmable Ruby shell supporting command macros and plugins for advanced developer workflows.
ptpython is a programmable Python interactive shell and development console. It functions as an enhanced REPL for executing Python code and managing runtime state, featuring support for an asynchronous event loop that allows for top-level await statements. The environment is highly customizable, offering pluggable keybinding schemes and adjustable interface appearances. It provides a programmable interface that can be embedded into other applications to facilitate runtime debugging and live state inspection. The shell includes a suite of developer tools for interactive coding, such as automa
Implements a programmable shell that allows for deep integration and customization within the Python runtime.