On Saturday, 30 August 2025 at 21:00:11 UTC, Dukc wrote:
Functions like `free` or `leak` take the parameter as non-`scope`, making sure you call them once and only once per variable you have allocated.

It really should not require this for memory that is GC-allocated. How would you even free immutable data without a garbage collector? You'd have to be sure nothing references it, otherwise it's not-so-immutable.

Reply via email to