@joepie91 wait so do you want all objects to capture their lexical scope upon creation? Wouldn't that cause massive memory leakage? or do you want a way to explicitly capture the lexical scope upon object creation? Or am I misunderstanding this completely?
@pinoaffe Objects already capture their lexical scope upon creation. I'm unsure if there's code analysis happening to reduce the part of the scope that's retained (by identifying references).