lua-users home
lua-l archive

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



> On Jun 17, 2021, at 23:57, Soni They/Them L. <fakedme@gmail.com> wrote:
> 
> We guess there's no way to make safe self-referential functions in Lua?

debug.getinfo( 1, 'f' ).func perhaps?