A general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

Pinned Tweet
Friendly reminder to all new people interested in trying out Zig: learning a new language is even better when you have access to someone that can help you when you get stuck! Join one of the Zig communities and enjoy a comfy on-boarding experience github.com/ziglang/zig/wiki/…
6
31
277
Goodbye to the C++ Implementation of Zig How we used WebAssembly to annihilate 80,000 lines of legacy code ziglang.org/news/goodbye-cpp…
9
128
711
Zig 0.10.0 is released. ziglang.org/download/0.10.0/…
4
84
588
Zig 0.9.0 is released. ziglang.org/download/0.9.0/r…
3
66
365
Zig 0.8.0 is released. ziglang.org/download/0.8.0/r…
6
59
272
New front-page code snippet landed on ziglang.org! We ended up publishing a slightly edited version of the original code shared by github.com/der-teufel-progra…. Thank you Krzysztof!
3
27
241
65,499
日本の開発者の皆様に、以下のZigソフトウェア財団とZenプログラミング言語に関する声明をお読みいただきたく存じます。またリツイートして広めていただければ幸いです。 ご協力に感謝致します! ziglang.org/news/statement-r…
3
175
220
Zig is getting a self-hosted compiler and a new form of incremental compilation based on in-place binary patching, in order to provide lightning-fast compilation speeds while developing, as well as increase the stability of the compiler toolchain. kristoff.it/blog/zig-new-rel…
2
38
206
The Zig Software Foundation has just been accepted to the @Cisco Foundation Matching Gifts program! Now donations from Cisco employees will be matched by the company. Thanks to both donors and @Cisco for the support!
4
16
181
Zig 0.8.1 is released. ziglang.org/download/0.8.1/r…
5
27
169
Please welcome @jedisct1 to the Core Zig Team! lists.sr.ht/~andrewrk/ziglan…
9
8
146
Congratulations to @kubkon for reaching 1,000 commits. The Zig project has seen rapid improvements in terms of usefulness and quality ever since he joined in 2020.
1
5
120
Zig 0.6.0 is released. ziglang.org/download/0.6.0/r…
5
29
117
Zig 0.7.1 Released ⚡️ 69 bugs fixed ziglang.org/download/0.7.1/r…
4
6
73
We are honored that you've decided to take the plunge, and happy to make a small monthly donation to sponsor your work improving the game development ecosystem. Hope others will do the same. github.com/sponsors/michal-z
~4 months ago I have left highly-paid position at AMD to work on my own game. Happy to share that the game will be written in #ziglang. Once completed I will put most of its sources on github for everyone :)
3
9
76
Hello and thank you to @Pex, our newest corporate @GitHub Sponsor! Thanks to Pex we blew past our previous donation goal and are now able to offer more paid hours to core contributors!
8
73
Updated logo. Thank you to GitHub user KeyboardRage for the contribution!
1
4
73
Please welcome our newest core team member, @kingprotty! Announcement email: lists.sr.ht/~andrewrk/ziglan…
4
72
❤️ (art by @kingprotty)
3
5
67
Congrats @kubkon! Thank you donors for making this possible! ziglang.org/news/jakub-konka…
1
8
60
👀
Actually C, although the syntax could be improved esthetically
1
4
59
Thanks to diligent work by @kubkon, the following changes have been made to Zig's support table today: x86_64-macos has improved from Tier 2 to Tier 1 aarch64-macos has improved from N/A to Tier 2
1
5
52
Join @andy_kelley and @croloris this Saturday in celebrating the past, present, and future of Zig. The LIVE show will host the *first-ever* fundraiser for the Zig Software Foundation and GitHub Sponsors donations will unlock a few easter eggs! More info: zig.show
1
14
52
Join @andy_kelley and the full Zig community this Sunday to celebrate the release of Zig 0.7.0! We'll be live on @zigshowtime where we'll read the changelogs and invite to voice chat anyone who wants to share something with the community Precise times at zig.show
2
7
52
Say hi to a new and friendlier ziglang.org, now with community-sourced i18n support! ziglang.org/news/website-i18…
2
10
52
Donation opportunity: This person on Hacker News offers to match donations to ZSF up to $1000. If you were thinking about donating, doing it now would make it double. (It's the honor code; just reply with a comment noting that you made a donation) news.ycombinator.com/item?id…
2
12
50
As of today, @github supports syntax highlighting for Zig.
4
7
40
We updated the publicly available financial information of the ZSF. ziglang.org/news/financials-…
2
38
Thanks to contributions and CI infrastructure work by @lun_4bot, the Zig download page now has NetBSD tarballs available with every master branch commit that passes the test suite.
1
5
39
Join Andrew Kelley, @embedded_boi, @croloris, and many other interesting speakers at Systems Distributed! The event will be held on February 9-10 in Cape Town. (a previous version of this tweet reported the wrong dates) systemsdistributed.com
6
35
7,894
The next Zig SHOWTIME will be something different. Rather than speakers as usual, there will be special announcements regarding the future of the project. One week from Saturday. Don't miss it. zig.show/
9
29
Join tomorrow @ikskuh, @kubkon, and github.com/ifreund at @fosdem! We're going to have a half-day track filled with Zig projects, from MachO linking madness, to Zig on Android, and Wayland compositors. Check the full schedule here: fosdem.org/2021/schedule/tra…
1
4
23
The only sanctioned ZSF military is the Zig Onboarding Strike Force.
2
2
23
New homepage: ziglang.org/
2
4
24
The first round of community translations for ziglang.org has been merged! - Português - 简体中文 ziglang.org/pt/ ziglang.org/zh/
1
1
21
Companies can now use GitHub Sponsors to support Open Source projects they use and care about. On that note, thanks to @lagerdata for being an early adopter of this new feature, and for supporting the Zig project!
There’s a new way for your company to contribute to open source: GitHub Sponsors 💖 Investing in the projects you depend on enables more developers to sustain critical software. "They don't work for a company—they work for the internet." #GitHubUniverse githubuniverse.com
4
23
Less than 2h to the live Zig Software Foundation announcement on Twitch! zig.show PS If you join a bit early you might catch the preshow!
1
4
21
The official website has now been translated to Spanish thanks to github.com/norbux! ziglang.org/es/
3
17
Zig can be used as a cross compiler either directly or as part of other toolchains. In this blog post, @croloris explains how to make cgo cross compilation just work.
"Zig Makes Go Cross Compilation Just Work" -- a quick guide to cross compiling cgo applications using Zig. This was also my first time writing on @ThePracticalDev! dev.to/kristoff_it/zig-makes…
2
16
Join us in Milan, Italy on April 9-10 for a free 2-day event where you will be able to meet @andy_kelley and many other core contributors & members of the Zig community!
Complete info & schedule for the first ever EU @ziglang Meetup is out! It's a 2-day event in Milan, Italy. zig.news/kristoff/zig-milan-…
1
17
The official website is now available in French, thanks to github.com/KaneRoot ziglang.org/fr/
1
2
17
❤️
Tried both Zig and Rust, a bit more Rust. My level of proficiency with both the languages is insufficient to tell you what would be my pick in the long run. But based just on current feelings I could enjoy more writing a large system in Zig than Rust.
1
3
17
Learn about the philosophy behind Zig by @andy_kelley himself (warning: some viewers have reported that this video radicalized them, watch at your own risk!) piped.video/watch?v=Gv2I7qTu…
1
3
13
If you work at a company that matches donations to non-profit organizations and intend to support the development of Zig, you can find us on @benevity! If your company uses a different service for matching donations, let us know by sending a mail to donations@ziglang.org!
4
17
We're going to be at FOSDEM '21! Join us on Saturday the 6th of Febrary (2021) to learn more about Zig and meet (virtually) other members of the community! We also have a CfP open until the 31st of December! Here you can learn more: ziglang.org/news/fosdem-2021…
4
17
The Zig Software Foundation live announcement is now available on YouTube. github.com/sponsors/ziglang
1
1
13
The official website now speaks Korean! Thank you github.com/meinside! ziglang.org/ko/
11
Zig master branch now ships with musl 1.1.23. The riscv64 target is on track to be available in LLVM 9, due mid-September.
musl 1.1.23 just released, including the long-awaited @risc_v riscv64 port. openwall.com/lists/musl/2019…
2
12
Ziglearn, a well structured introduction to the language maintained by the community ziglearn.org/
1
3
11
Good Enough is the enemy of Perfect.
1
1
9
The official website now has a German translation, thank you github.com/InterplanetaryEng… for the PR, and @ikskuh for reviewing! ziglang.org/de/
1
1
9
Belated announcement: Zig 0.4.0 was released on April 8th. ziglang.org/download/0.4.0/r…
3
8
Congratulations to Liam Powell, winner of the #AdventOfCode 2018 Zig private leaderboard. Liam achieved at least one star per day, with only 3 gold stars missing total. Liam's solutions as well as many other Zig users' solutions are open source.
8
Zig has a fundamentally different philosophy: debugability and friendliness to debuggers is a core design principle. Zig makes it possible to simultaneously understand how code maps to assembly while creating reusable abstractions.
Yes, you can't really rely on the debugger as your major dev tool for Modern C++. But Modern C++ does not stem from that school of thought, that the debugger should be a major dev tool... #LastRT
1
7
And finally, consider supporting the Zig project by donating to the Zig Software Foundation! ziglang.org/zsf/
1
7
Zig's creator @andy_kelley went over the Zig roadmap for 2021 and answered a few questions by the public in the last episode of @zigshowtime. piped.video/pacsngNYXI0
1
2
8
How does Zig compare to C / C++ and other languages in this space? A more in-depth overview for experienced systems programmers (take also a look at the Learning section in general) ziglang.org/learn/overview/
1
6
Download Zig from ziglang.org/ (we also have a few translations of the website, check the right end of the menu bar) And now a selection of learning materials: The Language Reference ziglang.org/documentation/ma…
1
8
Here's a private leaderboard for Zig users for #AdventOfCode 2018: 384812-f73c8aea Rules: * Use Zig! * NO LIBC adventofcode.com/2018
6
Thank you for the kind words, Sam. sjdh.us/blog/zig-is-great.ht…
4
Replying to @alangrow
bruh
4
Don't miss the group discussion about Apple Silicon with @andy_kelley, @jedisct1, and @kubkon!
1
2
Join @jedisct1 and @croloris for this week's @zigshowtime to learn about std.crypto.25519 and async/await in Zig!
2
2
Replying to @daemon404
Nope! std.os.spawnThread is more portable, since it will work with or without libc. I just wanted to point out that you always have access to all C APIs in Zig. -Andrew
2
Replying to @haarts
There is a prototype of userland channels in the standard library: std.event.Channel but it is advised to wait to use coroutines until after the coroutine rewrite is finished (planned to happen in the 0.5.0 release cycle). The prototype of channels helped inform the rewrite
1