lua-users home
lua-l archive

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


On Fri, 30 May 2014 16:09:17 -0700
Coroutines <coroutines@gmail.com> wrote:

> The other things I want for the REPL are a -path and -cpath for adding
> to (or replacing) package.path/package.cpath at invocation.  Another
> poster talked about how the Lua invoked under -l and -e don't have
> access to the command line arguments (main's ...)  Some people have
> asked for color depending on the data type, and then others have
> wanted readline functionality for history?  I think?  Here's a simpler
> readline: https://github.com/antirez/linenoise
> 

I don't have -path and -cpath, but I *do* have colored pretty printing
and history/tab completion using linenoise in lua-repl.