On 28 November 2017 at 08:18, Stephane Ducasse <stepharo.s...@gmail.com> wrote:
> Sorry I wanted to have it in pharo :)

Are you talking about having a terminal inside Pharo?

OSProcess included something like this, i.e. open the window and have
a prompt where you can enter expressions to be evaluated.  It would
also run external processes and capture the output.

Cheers,
Alistair


> On Mon, Nov 27, 2017 at 3:56 AM, Holger Freyther <hol...@freyther.de> wrote:
>>
>>> On 27. Nov 2017, at 05:38, Stephane Ducasse <stepharo.s...@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
>

Reply via email to