[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua_dump from lua 5b
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 10 Apr 2003 07:35:12 -0300
>As far as I know the current limitation is that it cannot save C closures,
>isn't it?
>Will this limitation be fixed for the final version of lua 5? Are there any
>other limitations?
>and if so, are they planned to be fixed for the final version?
That's right. lua_dump cannot save closures, be they C or Lua. (BTW, how
would we save C closures?) This limitation will remain in Lua 5.0.
--lhf