2 repository-uri
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 este un shell Python interactiv programabil și o consolă de dezvoltare. Acesta funcționează ca un REPL îmbunătățit pentru execuția codului Python și gestionarea stării de runtime, având suport pentru un event loop asincron care permite instrucțiuni top-level await. Mediul este extrem de personalizabil, oferind scheme de keybinding pluggable și aspecte de interfață ajustabile. Oferă o interfață programabilă care poate fi încorporată în alte aplicații pentru a facilita debugging-ul la runtime și inspectarea stării live. Shell-ul include o suită de instrumente pentru dezvoltatori pentru codare interactivă, cum ar fi completarea automată a codului, editarea pe mai multe linii și evidențierea sintaxei în timp real. De asemenea, permite execuția comenzilor shell de sistem direct din prompt.
Implements a programmable shell that allows for deep integration and customization within the Python runtime.