awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesDynamic Script Code Compilations

Compiles and runs a single line of script on demand, useful for developer consoles or debugging.

Distinct from Script Compilation: Distinct from Script Compilation: focuses on compiling and executing a single line on demand, not batch compilation.

Explore 4 awesome GitHub repositories matching development tools & productivity · Dynamic Script Code Compilations. Refine with filters or upvote what's useful.

Awesome Dynamic Script Code Compilations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • urho3d/urho3dAvatar de urho3d

    urho3d/urho3d

    4,707Voir sur GitHub↗

    Urho3D is a cross-platform 3D game engine written in C++. It uses a component-based scene graph to compose game objects from nodes and attached components, separating transforms from behaviors for modular design. The engine integrates AngelScript and Lua scripting for game logic, uses the Bullet library for physics simulation, and renders scenes with OpenGL or Direct3D through forward, deferred, or light pre-pass pipelines with customizable render passes and shadow mapping. The engine distinguishes itself with a built-in visual scene and UI editor for composing 3D worlds and interface layouts

    Compiles and runs single lines of script on demand for developer consoles and debugging.

    C++2d3d3d-graphics
    Voir sur GitHub↗4,707
  • nodejs/nanAvatar de nodejs

    nodejs/nan

    3,351Voir sur GitHub↗

    This project is a compatibility layer and abstraction library for building native C++ addons for Node.js. It provides a consistent C++ API that allows a single codebase to compile against multiple versions of the V8 JavaScript engine by hiding version-specific differences behind macros and inline functions. The toolkit differentiates itself through specialized wrappers and managers, including a monadic wrapper for handles to avoid explicit null checks, a persistent reference manager for objects that must survive handle scope disposal, and a buffer abstraction API for version-compatible memory

    Executes JavaScript source code from native code using version-abstracted helpers for consistent behavior.

    C++nodenodejs
    Voir sur GitHub↗3,351
  • roslynpad/roslynpadAvatar de roslynpad

    roslynpad/roslynpad

    2,765Voir sur GitHub↗

    RoslynPad is a browser-based C# integrated development environment and interactive playground. It serves as a tool for writing and executing C# code snippets and scripts using the Roslyn compiler for immediate feedback. The environment features an integrated NuGet package manager that allows users to search for and load external .NET library assemblies into a live execution context. It functions as an in-process code executor to minimize startup latency and maintain state across script executions. The platform provides real-time semantic analysis and diagnostic feedback, offering code comple

    Leverages the Roslyn compiler to perform dynamic, memory-based script evaluation and semantic analysis.

    C#avaloniacross-platformcsharp
    Voir sur GitHub↗2,765
  • kotlin/kotlin-jupyterAvatar de Kotlin

    Kotlin/kotlin-jupyter

    1,218Voir sur GitHub↗

    Kotlin Jupyter is an interactive computing environment that enables the execution of Kotlin code within Jupyter notebooks. It functions as a kernel for the Java Virtual Machine, providing a platform for data analysis, rapid prototyping, and scientific computing research. The system manages the evaluation of code snippets by compiling them dynamically at runtime, allowing for real-time interaction and variable inspection. The project distinguishes itself through a sophisticated code transformation pipeline that intercepts and modifies user input to support custom syntax and automated logic. It

    Compiles and executes code snippets dynamically within the JVM process memory space for real-time interaction.

    Kotlin
    Voir sur GitHub↗1,218
  1. Home
  2. Development Tools & Productivity
  3. Compilers & Toolchains
  4. Compilers
  5. Script Compilation
  6. Dynamic Script Code Compilations

Explorer les sous-tags

  • Encapsulated Script ExecutionsExecuting source code as interpreted bytecode inside a compiled wrapper to avoid compiler issues for dynamic code. **Distinct from Dynamic Script Code Compilations:** Distinct from Dynamic Script Code Compilations: focuses on running interpreted bytecode inside a compiled wrapper, not compiling single lines on demand.