lua-users home
lua-l archive

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


> The other REPL-based languages I use (Octave, Pari-GP) all
> have a hidden history file: when I start them up, the up-arrow
> replays to the previous session and often beyond. Why can't
> Lua do this too? Isn't it a standard feature of the "readline"
> library?

Reuben Thomas has posted a patch to support this.