zulian jc | 3 Jul 10:25

enabling readline in bigloo

Hi all,

I was just wondering how one could enable readline in bigloo interpreter (if 
possible at all).

I tried to find anything about that in the documentation and grep the bigloo's 
sources but didn't find much :(

Thanks,
jc

Sven.Hartrumpf | 3 Jul 10:37
Favicon

Re: enabling readline in bigloo

Thu, 3 Jul 2008 10:29:14 +0200, jzu wrote:

> I was just wondering how one could enable readline in bigloo interpreter (if
> possible at all).

You can add readline functionality to most command-line tools using rlwrap.
For example, add the following line to your .bashrc (or similar):

alias bigl='rlwrap bigloo3.1a'

Sven
zulian jc | 3 Jul 11:02

Re: enabling readline in bigloo

I will try that immediately, thanks alot for the tip.

Cheers,
jc

> Thu, 3 Jul 2008 10:29:14 +0200, jzu wrote:
> > I was just wondering how one could enable readline in bigloo interpreter
> > (if possible at all).
>
> You can add readline functionality to most command-line tools using rlwrap.
> For example, add the following line to your .bashrc (or similar):
>
> alias bigl='rlwrap bigloo3.1a'
>
> Sven


Gmane