Zig
Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. Focus on debugging your application rather than debugging your programming language knowledge. There is no hidden control flow, no hidden memory allocations, no preprocessor, and no macros.
Here are 526 public repositories matching this topic...
Learn the Zig programming language by fixing tiny broken programs.
-
Updated
Oct 9, 2021 - Zig
A dynamic tiling Wayland compositor
-
Updated
Oct 12, 2021 - Zig
-
Updated
Sep 13, 2021
Currently when creating the FAT32 and MBR boot sectors, a stub x86 boot code is used to say that the image is non bootable.
The current x86 version (with the asm code) can be found in the kernel/arch/common.
There needs to be an ARM version.
All the code will need to do it print to the screen saying the image in not bootable and be a valid boot sector.
A Zig package manager with an index, build runner, and build dependencies
-
Updated
Sep 17, 2021 - Zig
An asynchronous runtime with a focus on performance and resource efficiency.
-
Updated
Oct 12, 2021 - Zig
Experimental operating system written in Zig
-
Updated
Jan 8, 2019 - Assembly
Hashing-function agnostic Cuckoo filters for Redis
-
Updated
Mar 5, 2020 - Zig
Simple command line argument parsing library
-
Updated
Oct 11, 2021 - Zig
multiplayer arcade game for bare metal Raspberry Pi 3 B+
-
Updated
Jan 26, 2020 - Zig
Cache roms
Needing to load ROMs from the filesystem every time is really annoying. We can easily cache them in localStorage or something.
Also the load cart UI should be rethought to allow for "included ROMs", "saved ROMs", or "load from FOO"
Small, strongly typed, embeddable language.
-
Updated
Sep 5, 2021 - Zig
It's my honor to drive you fucking fire faster, to have more time with your Family and Sunshine.This tool is for those who often want to search for a string Deeply into a directory in Recursive mode, but not with the great tools: grep, ack, ripgrep .........every thing should be Small, Thin, Fast, Lazy....without Think and Remember too much ...一个工具最大的价值不是它有多少功能,而是它能够让你以多快的速度达成所愿......
-
Updated
Jun 16, 2021 - Rust
Created by Andrew Kelley
Released February 2016
- Repository
- ziglang/zig
- Website
- ziglang.org
- Wikipedia
- Wikipedia


Sooner or later we will need to add tests to check for regressions.
I propose the following three kinds of tests: