←back to thread

Zig is hard but worth it

(ratfactor.com)
401 points signa11 | 1 comments | | HN request time: 0.202s | source
Show context
ok123456 ◴[] No.36152055[source]
One annoying thing I ran into when trying zig is they don't distribute debs any more for Debian distributions. They just tell you to use a snap. I don't have snap, and don't want it.

Compiling it requires the latest llvm toolchian (16), which is only realistically going to be available as a package if you're on a bleeding edge distribution.

replies(4): >>36152162 #>>36152563 #>>36154601 #>>36158861 #
1. netule ◴[] No.36152563[source]
Zig's in the process of getting added to the mainline Debian repositories: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=995670

Hopefully, this process will continue soon as the bug seems to be getting a bit stale.