awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • urho3d/urho3dAvatar von urho3d

    urho3d/urho3d

    4,707Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,707
  • nodejs/nanAvatar von nodejs

    nodejs/nan

    3,351Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,351
  • roslynpad/roslynpadAvatar von roslynpad

    roslynpad/roslynpad

    2,765Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,765
  • kotlin/kotlin-jupyterAvatar von Kotlin

    Kotlin/kotlin-jupyter

    1,218Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,218
  1. Home
  2. Development Tools & Productivity
  3. Compilers & Toolchains
  4. Compilers
  5. Script Compilation
  6. Dynamic Script Code Compilations

Unter-Tags erkunden

  • 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.