Won't Zig in future will face the same problem with undefined in Javascript
|
|
10
|
80
|
January 18, 2025
|
Is there a reason zig fmt doesn't add a space between `error` and `{` in error set declarations?
|
|
0
|
24
|
January 18, 2025
|
How to implement a "next/previous" function for enums?
|
|
3
|
112
|
January 17, 2025
|
Help debug or not debug
|
|
2
|
78
|
January 17, 2025
|
Loop-once/do construct
|
|
10
|
347
|
January 16, 2025
|
Value with comptime-only type 'asyncio.xselectScope((function 'chanSend'),(function 'report_add'))' depends on runtime control flow
|
|
5
|
95
|
January 16, 2025
|
Merge structs
|
|
2
|
193
|
January 16, 2025
|
Tried to import a custom c header file and failed werror: root source file struct 'cimport' has no memberith
|
|
8
|
104
|
January 16, 2025
|
Zig compile error: GenericPoison (access of inactive union field)
|
|
4
|
93
|
January 16, 2025
|
Multiple captures for tuples
|
|
4
|
93
|
January 15, 2025
|
Extra capture in for loop
|
|
6
|
856
|
January 15, 2025
|
Interfaces in Zig gives me the vibe of Object Orientation in JavaScript
|
|
21
|
1278
|
January 15, 2025
|
Mutation via `const` pointers
|
|
10
|
212
|
January 15, 2025
|
What struct to use to get required JSON string
|
|
6
|
109
|
January 15, 2025
|
What is the eval branch quota?
|
|
7
|
177
|
January 14, 2025
|
A better unreachable
|
|
3
|
123
|
January 14, 2025
|
Lazy switch case analysis, should switches allow cases that are impossible?
|
|
1
|
92
|
January 14, 2025
|
My optional is invalid, but somehow not null?
|
|
5
|
105
|
January 14, 2025
|
What's the idiomatic design in zig when there is no interfaces/traits?
|
|
4
|
325
|
January 14, 2025
|
How to get a non-const pointer to a struct's field from within a function of the struct?
|
|
23
|
525
|
January 14, 2025
|
Going from Zig to C
|
|
4
|
336
|
January 13, 2025
|
How can a slice be owned? When a slice is essentially a pointer (with a length)
|
|
4
|
296
|
January 13, 2025
|
Using Comptime and @export to export anon structs functions?
|
|
4
|
64
|
January 13, 2025
|
Why aren't generic functions implicitly comptime?
|
|
6
|
158
|
January 13, 2025
|
I want to assign stack alloced [num][size]u8 to [][]u8, but encountered memory problem, please help
|
|
8
|
203
|
January 13, 2025
|
Whatever happened to 'functions as expressions'?
|
|
28
|
959
|
January 13, 2025
|
Proposed doc layout template - a license question
|
|
0
|
50
|
January 12, 2025
|
Comptime parsing (no allocation)
|
|
1
|
85
|
January 12, 2025
|
How to reallocate without loosing data?
|
|
5
|
251
|
January 11, 2025
|
[Simple quiz]: Does this program print anything?
|
|
9
|
376
|
January 9, 2025
|