awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Zig 系统编程工具链

排名更新于 2026年6月30日

探索专为使用 Zig 语言进行高性能软件开发而设计的编译器、构建系统与开发工具。

Zig 系统编程工具链

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • zig-lang/zigzig-lang 的头像

    zig-lang/zig

    43,152在 GitHub 上查看↗

    Zig is a low-level systems programming language designed for writing high-performance software that interacts directly with hardware. It focuses on the transformation of source code into machine binaries for the execution of low-level operations. The project is distinguished by its native support for cross-compilation, allowing binaries for various operating systems and CPU architectures to be built from a single host. It provides direct interoperability with the C language, enabling the import of headers and function calls without a foreign function interface. The language utilizes manual m

    This is the official Zig language repository, providing the self-hosted compiler, built-in build system, package management, native cross-compilation, C interop, LLVM-based code generation, LSP server, and testing framework — the complete Zig systems programming toolchain.

    ZigCross-Compilation ToolchainsNative C Interoperability
    在 GitHub 上查看↗43,152
  • ziglang/zigziglang 的头像

    ziglang/zig

    43,123在 GitHub 上查看↗

    Zig is a general-purpose systems programming language designed for high-performance applications that require manual memory management and direct control over hardware resources. It prioritizes predictable execution by enforcing explicit control flow and requiring functions to accept explicit memory allocators, ensuring that all heap operations and logic paths remain visible to the developer. The language distinguishes itself through a powerful compile-time metaprogramming engine that allows for arbitrary code execution during the build process, enabling advanced reflection and the generation

    The official Zig repository delivers the complete toolchain: a self-hosted compiler with LLVM code generation, a build system that handles dependencies and cross-compilation, C interoperability, LSP support, and a testing framework—exactly what you need for Zig systems programming.

    ZigLanguage Servers
    在 GitHub 上查看↗43,123

Related searches

  • Zig 学习路径
  • 通过项目实战学习 Rust 的路径
  • 用 Rust 编写的现代模态文本编辑器
  • a game engine written in Rust
  • 使用 Rust 编写微控制器程序的固件框架
  • 系统编程实战项目
  • 基于项目的编译器学习指南
  • 使用编译型语言编写的高性能 JavaScript 打包工具