having the ability to capture variables from the scope of ononamus functions will be extremely great, right now, ononamus function feel quite restricting and inflexible
as an example, assume I have an ononamus function sent to a function that expects one, where it will call it after an action is proformmed, however, inside, I might want to call a class member that is important, as an example, a network handler, or maybe just a class method that notifies the user, right now I cannot do something like this, and while yes I could make the function handles take arguments to the class I'm using, however that will eventually result in extremely difficult code to maintain where I'll be forced to put everything in one class, which I might as well use global variables lol.
apologies if my message is confusing/explanation isn't clear, if that is the case please tell me so and I will clarify.
thanks.