lua-users home
lua-l archive

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


Hi all!

I'd like to ask if I can specify a table to which add a code which I load
from the buffer. I mean the following. After Lua initializing and loading
standard libraries I load standard Lua scripts from the several files, and
I'd like them to be in the different Lua namespaces.

I've read manual for Lua and Luabind, Lua tutorials and so on, but haven't
found satisfactory answers :-(

Many thanks in advance,
Dmitriy Iassenev