lua-users home
lua-l archive

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


On Thu, Jul 10, 2014 at 5:44 PM, Austin Einter <austin.einter@gmail.com> wrote:
> I want to see the developed version of this function from llua.

Here we go, llua_callf:

https://github.com/stevedonovan/llua/blob/master/llua.c#L372

It's still recognizably the same code that Roberto describes in PiL,
which must have been an unconscious influence.

It does depend on the llib object model, but that's fairly compact.