lua-users home
lua-l archive

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


> Personally I want to see a -path and -cpath added to the stock Lua
> REPL for adding paths at `lua' invocation.

env LUA_PATH=$LUA_PATH:/some/other/path lua

> It'd also be nice to have a -r for automatically doing a require().

Isn't that what -l does?