[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: What does lua_upvaluejoin do?
- From: Jan Behrens <public@...>
- Date: Sun, 3 Apr 2011 23:12:34 +0200
On Sunday 03 April 2011 22:53:57 Peter Cawley wrote:
> Your program creates C closures, not Lua closures. The documentation
> explicitly mentions that it only works on Lua closures.
For which reason does the API need a function to
join upvalues of Lua closures only? Can someone
name a usage case?
Regards
Jan Behrens