Re: Why does the SBCL REPL suck so bad?



On Aug 4, 8:25 pm, "Erik R." <rasmussene...@xxxxxxxxx> wrote:
I'm new to lisp and just starting my first program. I must state
upfront that I can't stand emacs. That might be blasphemous in this
newsgroup, but I'm sorry...I just don't like it at all. I've got
Eclipse and CUSP (attaching to SBCL) set up and it seems to be a
pretty good lisp IDE so far. The only problem is that in-package
doesn't work in the CUSP REPL, so I've just run SBCL directly and have
loaded my project and am testing my functions as I write them.

But what's killing me is the extreme unusability of the SBCL REPL.

If you insist on using tools in a way that no one else uses them,
don't expect them to be easy to use. AFAIK, people who actually use
Lisp to get work done do not use Eclipse, so you shouldn't expect it
to be especially usable. If you run SBCL under Emacs like most of the
world, or use McClim like a few brave/foolish souls, you should have a
much more usable environment.

No one's saying you have to use Emacs for anything else, but yes, use
it for Lisp. CUA-mode (M-x cua-mode <RET>) will make it behave like a
half-way reasonable application on Linux and Windows. Use Aquamacs on
the Mac. Or use viper, if you're a vi user.

.



Relevant Pages

  • Re: Why does the SBCL REPL suck so bad?
    ... doesn't work in the CUSP REPL, so I've just run SBCL directly and have ... Is there a better way that doesn't involve emacs ... Anything but a frog, brings back a lot of bad karma. ...
    (comp.lang.lisp)
  • Re: Lisp v. Java/Eclipse
    ... already gives me all that and uses less memory than Eclipse. ... Being an Emacs user for more than a decade, ... (format t "foo ~A~%" foo))) ...
    (comp.lang.lisp)
  • Re: IDE Question
    ... I don't want to kick off an editor war or anything, ... that Eclipse is anywhere near being a 21st century emacs, ... with the window split (I don't remember eclipse being able to do this, ... customize the actions of the editor on the fly, without restarting it, ...
    (comp.lang.python)
  • Re: IDE Question
    ... I don't want to kick off an editor war or anything, ... that Eclipse is anywhere near being a 21st century emacs, ... with the window split (I don't remember eclipse being able to do this, ... you will probably get a huge boost in productivity. ...
    (comp.lang.python)
  • Re: How do old-school emacs/gcc/gdb hackers do their coding?
    ... Now you have the chance to switch to a development environment ... Your idea of Emacs and Eclipse is indeed loaded with a - subtle - prejudice: ... it's not a good idea to do such a "rapid debugging" anyway. ...
    (comp.os.linux.development.apps)