Nov. 27, 2017
8:16 a.m.
NeoConsole could be an option. https://github.com/svenvc/pharo-server-tools/blob/master/README.md Phil On Nov 27, 2017 03:56, "Holger Freyther" <holger@freyther.de> wrote:
On 27. Nov 2017, at 05:38, Stephane Ducasse <stepharo.self@gmail.com> wrote:
Hi
Hey!
I'm working on a mini scheme implementation and I would like to add a REPL and I wonder how I can super easily get a read line.
The easiest might just be to use "rlwrap your-interpreter"? But I think you want to allow multi-line input. So either link libreadline (GPL) or libedit? holger