Comment by steveklabnik
16 hours ago
It’s actually the opposite: the language has zero allocations in it. Allocation is entirely a library concern.
When you want to have a closure allocate an environment, the closure itself does not: the Box you wrap it in, which is a stdlib type, does.
No comments yet
Contribute on Hacker News ↗