Hello,
I'm using clisp under Mac OS X 10.5 at the moment, but I want to try
other implementations. My favorite so far is SBCL, but I miss the REPL
of clisp. There is no <Tab>-Completion or command history. (Or I just
can't find it).
Can anyone give me a few pointers where to look?
On Oct 18, 6:13 pm, Moritz Ulrich <···········@gmail.com> wrote:
> I'm using clisp under Mac OS X 10.5 at the moment, but I want to try
> other implementations. My favorite so far is SBCL, but I miss the REPL
> of clisp. There is no <Tab>-Completion or command history. (Or I just
> can't find it).
>
> Can anyone give me a few pointers where to look?
I second the Slime recommendation. Strongly.
However, if you really want to use a bare command-line, have a look at
linedit
http://common-lisp.net/project/linedit/
and rlwrap
http://utopia.knoware.nl/~hlub/rlwrap/man.html
Cheers,
-- Nikodemus
Moritz Ulrich wrote:
> Hello,
>
> I'm using clisp under Mac OS X 10.5 at the moment, but I want to try
> other implementations. My favorite so far is SBCL, but I miss the REPL
> of clisp. There is no <Tab>-Completion or command history. (Or I just
> can't find it).
>
> Can anyone give me a few pointers where to look?
SBCL also comes with sb-aclrepl, which might be slightly better.
Try using rlwrap with SBCL; it also makes it nicer to use.
On Oct 18, 9:26 pm, Brian <··············@gmail.com> wrote:
> SBCL also comes with sb-aclrepl, which might be slightly better.
>
> Try using rlwrap with SBCL; it also makes it nicer to use.
You can also add `rlwrap' around SBCL, but this is the best you can
have without
SLIME & EMACS. SBCL is not very interactive thing in this respect.
CLISP uses the libreadline library, which was made for bash and
consequently receives a lot of attention from developers.
SBCL supposes you are using it mostly from Emacs, so you don't need
the features of the readline library.
I myself use emacs' inferior-mode-lisp with ILISP, which pretty much
blurs the distinction among implementations in this respect.