awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repositorios

Awesome GitHub RepositoriesInteractive Scripting Environments

Live shell environments for executing code snippets to test logic and experiment with language features.

Distinct from Interactive Prototyping: Distinct from Interactive Prototyping: focuses on language-level shell interaction rather than visual animation prototyping.

Explore 5 awesome GitHub repositories matching programming languages & runtimes · Interactive Scripting Environments. Refine with filters or upvote what's useful.

Awesome Interactive Scripting Environments GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ruby/rubyAvatar de ruby

    ruby/ruby

    23,497Ver en GitHub↗

    Ruby is a general-purpose, dynamic programming language built on an object-oriented runtime environment. It treats every piece of data as an object, ensuring a consistent interface for manipulation across the entire system. The language is designed to support programmer productivity through a focus on natural syntax and flexible metaprogramming capabilities. The runtime distinguishes itself through a pure object model that allows for dynamic class modification and runtime method definition. It supports functional programming patterns by encapsulating code blocks as objects that capture their

    Includes built-in support for interactive scripting to facilitate rapid experimentation and testing.

    Rubycjitlanguage
    Ver en GitHub↗23,497
  • dotnet/roslynAvatar de dotnet

    dotnet/roslyn

    20,241Ver en GitHub↗

    The .NET Compiler Platform is a collection of open-source APIs for C# and Visual Basic that provides deep code analysis, refactoring, and automated source code generation. It serves as the core infrastructure for building development tools, offering a platform to inspect, modify, and understand source code through immutable syntax trees and semantic models. The platform distinguishes itself by providing full-fidelity syntax trees that preserve every character of source code, including whitespace and comments, alongside an incremental compilation pipeline that enables near-instant feedback dur

    Executes code snippets in a persistent runtime environment to test logic and explore APIs without full compilation.

    C#csharphacktoberfestroslyn
    Ver en GitHub↗20,241
  • mamedev/mameAvatar de mamedev

    mamedev/mame

    9,929Ver en GitHub↗

    MAME is a vintage hardware emulation platform designed to recreate the circuitry of arcade games, computers, and consoles to run original software on modern devices. It functions as a retro gaming preservation framework for managing, verifying, and archiving ROM sets and disk images to ensure long-term software accessibility. The project features a system debugging tool for inspecting emulated memory, CPU registers, and execution flow via breakpoints and disassembly. It also includes a Lua-based automation layer that exposes core system state and hardware controls for custom behavior and anal

    Provides a real-time interactive Lua environment to execute commands and control system state.

    C++
    Ver en GitHub↗9,929
  • akavel/upAvatar de akavel

    akavel/up

    8,836Ver en GitHub↗

    Up is an interactive shell pipeline tool and Linux pipeline builder designed for prototyping text-processing sequences. It provides a terminal user interface for constructing chains of shell commands while displaying real-time data transformations. The tool allows for the iterative development of command sequences with an instant live preview of processing results. Once a sequence is finalized, it functions as a shell script generator that exports the completed pipeline into a reusable script file. The workspace includes capabilities for terminal data exploration and text processing workflow

    Provides an interactive environment to experiment with command sequences before finalizing them as scripts.

    Go
    Ver en GitHub↗8,836
  • donnemartin/gitsomeAvatar de donnemartin

    donnemartin/gitsome

    7,674Ver en GitHub↗

    Gitsome is a command-line interface tool for managing repositories, issues, and pull requests via the GitHub and GitHub Enterprise APIs. It provides an interactive shell environment featuring an embedded Python interpreter for programmatic automation and dynamic scripting, alongside a project bootstrapping utility for generating standard license and gitignore templates. The tool distinguishes itself with a schema-driven autocomplete engine that parses remote API definitions in real-time to provide context-aware command suggestions. It also implements an index-based navigation system that allo

    Provides a live shell environment for executing Python code snippets and automating GitHub tasks.

    Python
    Ver en GitHub↗7,674
  1. Home
  2. Programming Languages & Runtimes
  3. Interactive Scripting Environments