Browse thread
[ANN] coThreads 0.10
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2007-09-21 (17:09) |
From: | Matthew William Cox <matt@m...> |
Subject: | Re: [Caml-list] Re: readline license (was: [ANN] coThreads 0.10) |
On Fri, Sep 21, 2007 at 06:33:34PM +0200, Xavier Leroy wrote: > This said, rlwrap works pretty well and I don't see many advantages to > linking directly with readline. First off, agree with you that rlwrap works well. That being said, having an rl-alike linked with Ocaml's toplevel would add some capabilities: * tab completion of identifiers currently in the environment * ability to reject malformed/non-parsing lines from the history They're not killer features by any stretch, but they are a nice touch. Cheers, Matthew Cox