30 Mar 25

Alex Kladov contributed to Rust (in particular rust-analyzer) then created TigerBeetle (a financial database) in Zig. He shares knowledge about programming.

by homer 10 months ago saved 3 times

29 Mar 25

Article on how writing zig is much better than writing unsafe rust.

by thezipcreator 10 months ago saved 2 times

15 Dec 24

In this post I will give you some hints on how to get a smooth experience when dealing with the most common tasks required to solve each exercise.

by wheresalice 1 year ago

16 Jul 24

Proponents of Zig claim that it does not have function colors. In this post, I attempt prove that it does.

by mronetwo 1 year ago
Tags:

17 Jun 24

14 Jun 24

Programming blog exploring Zig, Elixir, Go, Testing, Design and Performance

by mronetwo 1 year ago

29 Sep 23

11 Sep 23

04 Mar 23

I eventually developed an extremely crude shell script that automated at least a little bit of that.

But the other thing that kept happening is that I would need to run different release versions of Zig in addition to the dev build. (Some Zig software authors wisely pick a release version for their applications. So you need to use those release versions to build that application.)

So now I’ve got two scripts:

zignew extracts a new Zig build tarball and updates my symlink.

zigswitch uses fuzzy matching (so cool!) to let me pick from a menu of installed Zig versions and updates the symlink.

by eli 2 years ago
Tags: