[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: C - Lua Interfacing and best way to push args
- From: steve donovan <steve.j.donovan@...>
- Date: Thu, 10 Jul 2014 19:19:22 +0200
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.