top | item 40612812

(no title)

squeek502 | 1 year ago

All of the listed goals have arguably been met, except:

- Auto-generating a `.h` file has temporarily regressed

- Friendly toward package maintainers is an ongoing goal

- "Memory zeroed by default" is not accurate, instead you must initialize all variables (to either some value or `undefined`)

discuss

order

cztomsik|1 year ago

FYI there's also std.mem.zeroInit(T), or std.mem.zeroes(T) for C-style zero-init