[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Using a function on multiple stacks
- From: Patrick Donnelly <batrick@...>
- Date: Mon, 13 Jun 2011 19:01:00 -0400
On Mon, Jun 13, 2011 at 6:22 PM, Murray S. Kucherawy <msk@cloudmark.com> wrote:
> If I pass a chunk to lua_load() and then use lua_dump() to get the compiled
> form, can I reuse that compiled form in different Lua states, or is it only
> good in the one in which it was compiled?
You can use it in other states with PUC Lua.
--
- Patrick Donnelly