lua-users home
lua-l archive

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


Another small request for Lua 5.0

It would be nice if Lua Stand-alone had another command line switch like -l except that the file is found in the LUA_PATH search list.

Then one could enter:

$ lua -pSomePackage

Instead of:

$ lua -e"require'SomePagkage'"


- Peter