Re: Clojure, emacs, slime, swank tutorial for Ubuntu

2008-10-11 Thread Aaron Bedra
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

Re: Clojure, emacs, slime, swank tutorial for Ubuntu

2008-10-10 Thread solkis
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

Re: Clojure, emacs, slime, swank tutorial for Ubuntu

2008-10-10 Thread James Reeves
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

Clojure, emacs, slime, swank tutorial for Ubuntu

2008-10-10 Thread solkis
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