rlwrap seems to be a much better solution. I do use emacs as my daily
driver, but it's nice to have a backup on the command line. I wrote a
getting started article for Ubuntu a while back if you want to check it out.
http://aaronbedra.com/2008/8/17/adventures-in-clojure-getting-started
I made
I haven't tried configuring the REPL scripts to use rlwrap. I'm mostly
learning within emacs where it may be a moot point anyway (not sure.)
I know in emacs I use Alt-p get get past forms. I'm definitely open to
modifying this config tutorial to use rlwrap if it's more stable when
needed (like dir
On Oct 10, 10:22 pm, solkis <[EMAIL PROTECTED]> wrote:
> I just created a basic clojure, emacs, slime, swank configuration
> tutorial for Ubuntu users
I notice your tutorial uses JLine, which I've found to be rather iffy
under Linux. Have you tried the REPL with rlwrap? Or haven't you had
any pro
I just created a basic clojure, emacs, slime, swank configuration
tutorial for Ubuntu users (although hopefully it could be helpful to
others as well.) This assumes a new Ubuntu installation (with no Java
even) It's at a newb level since that's where I've been myself (with
clojure, lisp) for the p