awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesNative Function Bridge Definitions

Rules and signatures for mapping native functions to be callable by a script interpreter.

Distinct from Function Definitions: Specifically focuses on the interop boundary between native code and scripts, not general language function definitions.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Native Function Bridge Definitions. Refine with filters or upvote what's useful.

Awesome Native Function Bridge Definitions GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • focus-creative-games/hybridclrAvatar focus-creative-games

    focus-creative-games/hybridclr

    7,863Vezi pe GitHub↗

    HybridCLR is a hybrid C# execution engine and assembly loader designed for Unity. It provides a system for hot-updating C# logic across all platforms at runtime without requiring the application to be rebuilt or reinstalled. The project is distinguished by its mixed-mode execution, which runs unmodified code at native speed while using a high-performance interpreter for updated functions. It includes a generic type resolver that allows hot-updated code to use generic classes and functions regardless of whether they were pre-instantiated in the main binary. To protect proprietary source code,

    Provides a mechanism for defining native functions that can be called from hot-updated scripts.

    C++csharpframeworkhot
    Vezi pe GitHub↗7,863
  • prodesire/python-guide-cnAvatar Prodesire

    Prodesire/Python-Guide-CN

    4,432Vezi pe GitHub↗

    Python-Guide-CN is a Chinese translation of a comprehensive guide to idiomatic Python programming and software development. It serves as a curated programming tutorial and ecosystem reference, providing a structured path for learning Python syntax, standard libraries, and professional coding patterns. The project distinguishes itself by offering detailed instructions for setting up development environments across Windows, macOS, and Linux. It specifically focuses on the selection of interpreters and the management of virtual environments to ensure a consistent workspace. The guide covers a b

    Demonstrates how to execute compiled binary functions within the Python runtime using binary interfaces.

    Batchfile
    Vezi pe GitHub↗4,432
  1. Home
  2. Programming Languages & Runtimes
  3. Function Definitions
  4. Native Function Bridge Definitions

Explorează sub-etichetele

  • Binary Interface InteropMechanisms for executing compiled binary functions within a high-level language runtime. **Distinct from Native Function Bridge Definitions:** Focuses on the binary interface execution rather than just the definition of the bridge