lua-users home
lua-l archive

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


>Virgil Smith said
> <other stuff> side issue here is that
>you may have to restrict the string/file/whatever to only contain textual
>(i.e. non-precompiled) script code, otherwise you will have to figure out
>how to generate bytecode that isn't already chunked.
>

Are we saying that compiled script is scoped differently?