Create an account to connect with jack. You can also sign in below to proceed if you already have an account.| Zig NEWS
Create an account to connect with LI Yu. You can also sign in below to proceed if you already have an account.| Zig NEWS
Caution: The presented implementation in this article has limitations. From the Wikipedia Closure...| Zig NEWS
Caution: The presented implementation in this article has limitations. From the Wikipedia Closure...| Zig NEWS
Caution: The presented implementation in this article has limitations. From the Wikipedia Closure...| Zig NEWS
Caution: The presented implementation in this article has limitations. From the Wikipedia Closure...| Zig NEWS
A data analyst and developer utilizing Power BI, M Query, Access, Excel, VBA, MySQL, SQLite, SQL, JavaScript, TypeScript and dabbling in Zig for future projects.| Zig NEWS
Iβm writing a new game engine in Zig, and Iβm open sourcing each module as I write it. Today I...| Zig NEWS
Zig is awesome for low-level systems programming, but when working on multiple projects in a shared...| Zig NEWS
Do you know that you can read the Zig standard library documentation locally? With Zig 0.14.0, you...| Zig NEWS
Last weekend I started on a hobby project to create a stock exchange from scratch. On the quest I...| Zig NEWS
MLX.zig is a Zig language binding for Apple's MLX framework. What it does MLX.zig enables...| Zig NEWS
Hi! I'm excited to introduce Parcom, a parser combinators library for Zig. The main feature of Parcom...| Zig NEWS
Introduction When fetching a database, our server must perform a READ operation. Every...| Zig NEWS
Recently, I've implemented hot-reloading for my little game framework jok. I didn't consider...| Zig NEWS
well, besides being a last step prior to sending stuff to the compiler backends. I made a video...| Zig NEWS
Lerp, or linear interpolation, is a convenient way to animate stuff in games without having to store...| Zig NEWS
https://github.com/lukeharwood11/openai-proxz I wanted a simple interface for interacting with...| Zig NEWS
When developing zig using neovim, I often get annoyed when the zls version and zig(dev) don't...| Zig NEWS
Introduction Scikit-learn models became the industry standard for creating machine...| Zig NEWS
My first cross-compiling attempt with zig was great. I wanted to compile my podcast player on the...| Zig NEWS
I wanted to do a really short to write-up after struggling to find examples of people using zig for...| Zig NEWS
Introduction As sports betting expands across the world, more and more players don't...| Zig NEWS
https://github.com/follgad/zig-ai I was missing an OpenAI SDK for my Zig projects, and the ones that...| Zig NEWS
We run embedded Zig code with Elixir. This is made possible with the library Zigler. The main point...| Zig NEWS
DISCLAIMER: I talk a bit about red-black trees but only to provide motivation for the concepts in...| Zig NEWS
Sometimes you want to write a small test file, or some example code, that shows how to mutate a...| Zig NEWS
Hello Zig community! π I'm excited to share my first Zig project with you all. As a newcomer to the...| Zig NEWS
If you have a zig project that needs a GUI, try DVUI. Unlike most immediate mode GUIs, DVUI works at...| Zig NEWS
The return type of a Zig function allows arbitrary TypeExpr expressions. fn byteArray(comptime n:...| Zig NEWS
Given, test { defer _ = foo; const foo = 6; } Enter fullscreen mode Exit...| Zig NEWS
Caution: The presented implementation in this article has limitations. From the Wikipedia Closure...| Zig NEWS
Hello people, long time no blog. I've being trying to write a roguelike game recently, in zig of...| Zig NEWS
Tuile is a Text User Interface library for Zig. It aims to be simple yet powerful enough to allow you...| Zig NEWS
zig 0.12.0 is released, WoW! But as it is still on road to 1.0, there are plenty of breaking changes....| Zig NEWS
Intro So I was recently wondering, what is going on with the hashes in build.zig.zon. They...| Zig NEWS
I won't bore you with the backstory (and I didn't want to draw a bunch of 3d diagrams), so I'll jump...| Zig NEWS
Note for myself :) Add module dependency In short, before version...| Zig NEWS
Zig currently doesn't have specific semantics to declare interfaces. There were many proposals for...| Zig NEWS
The 'Why?' This article was inspired by some conversations on the Zig discord server about...| Zig NEWS
The Zig build system is still missing documentation and for a lot of people, this is a reason not to...| Zig NEWS
Today I'd like to draw out attention on some under discussed design choices in Zig programming...| Zig NEWS
The Zig build system is still missing documentation and for a lot of people, this is a killer...| Zig NEWS
The power and complexity of Comptime and Inline in Zig Ed Yu (@edyu on Github and @edyu on...| Zig NEWS