lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Adam Strzelecki wrote:
> Indeed this is pretty limited subset, but if we allow math
> functions too and FFI calls, then we are able to define pretty
> many useful expressions that can turn into callbacks. The only
> constraint would be to not use upvalues.

All of these are accessed via upvalues or globals ...

--Mike