lua-users home
lua-l archive

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


BTW, Lua 5.1 removes the restriction that you cannot call Lua from a
reader. In particular it provides the "load" function in Lua, so it will
be possible to write such hooks in Lua itself.

-- Roberto