On 12 Feb., 06:27, Matthieu Riou <[EMAIL PROTECTED]> wrote:
>
> There's a very nice little BSD licensed library, called JLine [1],
> that can add "modern" command lines features like line editing,
> command history (how useful) and even completion (the cherry on the
> cake). I came to a point where I'm more than willing to do the
> integration and propose a patch but before I wanted to see if you'd be
> willing to add JLine as a dependency. Rhino has very few dependency so
> far and it's good to keep it that way, although this one would
> probably only be needed when you use the shell. And I could even come
> up with a way to make it optional, falling back to using System.in
> when JLine is not present.

It would be really great to have a functional command line! It's a
shame Java doesn't provide the necessary bits, and JLine looks like a
really good choice.

hannes
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to