General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. - Workflow runs · ziglang/zig
Code Issues Pull requests Discussions A place where you can find all the libraries that suit your Zig lang needs. ⭐️ Please star to support this work! zig ziglang zig-programming-language Updated Mar 11, 2025 Marko oven-sh / bun Star 76.7k Code Issues Pull requests Discussions ...
详见官方讨论: https://github.com/ziglang/zig/issues/17105const Foo = struct { fn doSomething(self: *Foo, arg1: u8) void { //... } }; Foo.doSomething(arg1); // 可以省略self参数,因为self就是结构体本身。第0参数名也可以自己起,比如fooSelf,防止命名冲突,在不修改代码的情况下直接移植代码...
Seehttps://github.com/ziglang/zig/wiki/Building-Zig-on-Windows Stage 2: Build Self-Hosted Zig from Zig Source Code Note: Stage 2 compiler is not complete. Beta users of Zig should use the Stage 1 compiler for now. Dependencies are the same as Stage 1, except now you can use stage 1...
加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库:https://github.com/ziglang/zig master 克隆/下载 git config --global user.name userName git config --global user.email user...
目前Zig 社区在推动移除LLVM、LCD以及Clang代码库依赖,详见https://github.com/ziglang/zig/issues/16270 介绍 随着高性能计算(HPC)领域迈入Exascale时代,面临的一个关键问题是如何选择用于超级计算机日益复杂场景的编程语言。目前 Fortran 和 C 等传统语言仍然占据着HPC领域的绝大多数份额。
这是一种命令式、通用、静态类型、编译的系统编程语言,注重性能、安全和可读性。它支持编译时泛型与反射、交叉编译以及手动存储器管理,目标为改进 C 语言,可以轻松地和 C 语言的代码库配合工作。Zig 简洁且直接,没有隐式控制流、没有隐式内存分配、没有预处理器、没有宏
id=49401 https://github.com/ziglang/zig/issues/8130 and the rawhide builds don't compile because of an unsupported glibc version > - The man pages extension shouldn't be globbed as the compression may > change: Fair point, changed Spec URL: https://pagure.io/zig-spec/blob/fedora2/f/...
{// https://github.com/ziglang/zig/issues/17095pkg_path.root_dir.handle.close();pkg_path.root_dir.handle=cache_root.handle.makeOpenPath(tmp_dir_sub_path,.{.iterate=true,})catch@panic("btrfs workaround failed");}// Load, parse, and validate the unpacked build.zig.zon file. It is ...
github.com/ryoppippi/zig-npm Homepage ziglang.org/builds/zig-macos-aarch64-0.14.0-dev.2456+a68119f8f.tar.xz Version 0.14.0-dev.2456 License none Unpacked Size 331 MB Total Files 15675 Issues 0 Last publish 3 months ago Collaborators ...