awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
C Interoperability Layers · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesC Interoperability Layers

Mechanisms for calling and integrating C codebases into higher-level programming environments.

Distinguishing note: Focuses specifically on the bridge between C and modern languages, distinct from general system-level programming.

Explore 1 awesome GitHub repository matching operating systems & systems programming · C Interoperability Layers. Refine with filters or upvote what's useful.

  1. Home
  2. Operating Systems & Systems Programming
  3. C Interoperability Layers

Awesome C Interoperability Layers GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • vlang/v

    vlang/v

    37,433View on GitHub↗

    V is a statically typed, compiled programming language designed for high-performance systems development. It prioritizes memory safety and execution speed by enforcing strict type checking and immutable defaults, while generating native machine code for multiple hardware architectures. The language is built around an integrated toolchain that includes a compiler, package manager, formatter, and testing utilities within a single executable, facilitating rapid development cycles. What distinguishes V is its focus on developer productivity and interoperability. It provides a direct interface for

    Wrapping and calling existing C libraries within a modern, type-safe environment to modernize legacy systems without rewriting them.

    Vcompilerlanguageprogramming-language
    37,433View on GitHub↗