[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Functions as first-class objects
- From: Alejandro Reimondo <aleReimondo@...>
- Date: Fri, 31 Aug 2018 13:29:42 -0300
Hi,
Is it possible to send messages to functions?
I need to extend functions as first-class objects.
With string values the feature is implemented
extending string's metatables.
I coudn´t found a similar way to do it with
function values.
Is it a limitation for functions in Lua?
Any help and/or links to find a solution will be appreciated.
cheers,
Ale