lua-users home
lua-l archive

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


>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