List Question
20 TechQA 2024-03-29T09:24:52.933000Zig Concurrency Vs Erlang Concurrency, is Zig less efficient than Erlang?
78 views
Asked by gmcoding
Steamlined way of reading a file with zig
125 views
Asked by Hackerman
how do i tell zig to output an IR file when building my program
46 views
Asked by biosbob
How to define a comptime array of arrays of divergent size
68 views
Asked by kaan_a
how to set up a zig tcp server socket
142 views
Asked by Hackerman
Why is my (heap allocated) buffer not being written to in zig
124 views
Asked by seedse
What is `__stack_pointer` in zig wasm?
106 views
Asked by mjg
zig allocators dont need dealloc?
126 views
Asked by Mr.Barbo
How to create a `@Vector` with a runtime known length in Zig?
126 views
Asked by quettabit
Zig / ziglings async => error: async has not been implemented in the self-hosted compiler yet
151 views
Asked by Adina
Casting from int to float in zig
48 views
Asked by SzymonO
iterate over multi dimensional array passed into function
75 views
Asked by SzymonO
unable to test bool output from c function
61 views
Asked by SzymonO
What does "prong" mean in the context of Zig language?
99 views
Asked by quettabit
How to make array members variable?
71 views
Asked by 3vilRat
declare and type of array of tuples all of the same form but known at comptime
114 views
Asked by Jason Nordwick
Lifetime of literal values inside Zig comptime function
89 views
Asked by uben
Type of ArrayList in Zig
171 views
Asked by varikoz272
Adding modules is incompatible with the default `test_runner`
142 views
Asked by jmcph4
Mutating a global array at comptime in Zig
99 views
Asked by NyuB