[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Why can't the Lua REPL remember?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 4 Oct 2013 11:24:16 -0300
> 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.