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 एक प्रोग्रामेबल Python इंटरैक्टिव शेल और डेवलपमेंट कंसोल है। यह Python कोड निष्पादित करने और रनटाइम स्टेट को प्रबंधित करने के लिए एक उन्नत REPL के रूप में कार्य करता है, जिसमें एक एसिंक्रोनस इवेंट लूप के लिए समर्थन है जो टॉप-लेवल await स्टेटमेंट्स की अनुमति देता है। यह वातावरण अत्यधिक अनुकूलन योग्य है, जो प्लगेबल कीबाइंडिंग स्कीम्स और एडजस्टेबल इंटरफेस अपीयरेंस प्रदान करता है। यह एक प्रोग्रामेबल इंटरफेस प्रदान करता है जिसे रनटाइम डिबगिंग और लाइव स्टेट इंस्पेक्शन की सुविधा के लिए अन्य एप्लीकेशन्स में एम्बेड किया जा सकता है। इस शेल में इंटरैक्टिव कोडिंग के लिए डेवलपर टूल्स का एक सूट शामिल है, जैसे स्वचालित कोड कंप्लीशन, मल्टीलाइन एडिटिंग और रीयल-टाइम सिंटैक्स हाइलाइटिंग। यह सीधे प्रॉम्प्ट से सिस्टम शेल कमांड्स के निष्पादन की भी अनुमति देता है।
Implements a programmable shell that allows for deep integration and customization within the Python runtime.