It's 2025, can we have a “lazy let”?

Nitpick: static storage doesn’t come from the heap. It comes from one of the program’s data segments that is mapped to zeroed memory by the linker.

1 Like