About the Explain category
|
|
0
|
251
|
January 5, 2024
|
Is Zig deterministic across different targets?
|
|
2
|
179
|
February 5, 2025
|
Friction in programming language design
|
|
49
|
734
|
February 4, 2025
|
What is this .@"some_string" syntax?
|
|
11
|
254
|
February 4, 2025
|
What is the purpose of allowing the creation of undefined constants?
|
|
11
|
234
|
February 4, 2025
|
Comptime and struct default values
|
|
6
|
179
|
February 3, 2025
|
Order of fields in the `.Struct.fields` array
|
|
8
|
160
|
February 3, 2025
|
Debugging Zig (with a debugger)
|
|
27
|
1640
|
February 2, 2025
|
How does align work?
|
|
1
|
127
|
February 1, 2025
|
How to structure memory management and JSON parsing
|
|
5
|
85
|
February 1, 2025
|
MMIO access restriction using meta programming
|
|
8
|
196
|
January 27, 2025
|
What is the differnce between &array and array[0..]
|
|
14
|
520
|
January 27, 2025
|
Event loop for HTTP client?
|
|
12
|
275
|
January 26, 2025
|
Locking allocations
|
|
1
|
102
|
January 26, 2025
|
Zig async implementation
|
|
12
|
364
|
January 26, 2025
|
@compileLog and slices/arrays
|
|
1
|
70
|
January 25, 2025
|
How does 'zig fmt' work?
|
|
3
|
220
|
January 24, 2025
|
Dynamic linking without libc adventures
|
|
3
|
209
|
January 24, 2025
|
Hello Guys I am New
|
|
4
|
242
|
January 23, 2025
|
Why does the tag on my union(enum) take 16 bytes?
|
|
1
|
155
|
January 17, 2025
|
Understanding the fuzzer interface
|
|
2
|
146
|
January 14, 2025
|
What is the eval branch quota?
|
|
7
|
206
|
January 14, 2025
|
What's the idiomatic design in zig when there is no interfaces/traits?
|
|
4
|
424
|
January 14, 2025
|
How does ArrayList.items work?
|
|
3
|
143
|
January 14, 2025
|
How can a slice be owned? When a slice is essentially a pointer (with a length)
|
|
4
|
322
|
January 13, 2025
|
Fd in os.linux.open do not align with os.linux.read
|
|
1
|
93
|
January 12, 2025
|
Sentinel or not sentinel?
|
|
11
|
293
|
January 9, 2025
|
Generic function type return type
|
|
1
|
156
|
January 8, 2025
|
What is the state of AST processing?
|
|
3
|
240
|
January 7, 2025
|
How do I know when I should call deinit()?
|
|
3
|
183
|
January 4, 2025
|