Re: Learning LISP from scratch



There are also some other environments / editors with
support for Lisp, through plugins etc., like vi, Eclipse, and so on. You
have to google for them, though, unless someone else but me can comment
on those. (I can't.)

For reading LISP code vim is just as good as emacs. Color coding
functions and showing matched parenthesis keep things straight and
neat. For the longest time I did all of my Python coding in vim and
stayed away from emacs. When going towards LISP *everywhere* I read
they recommended just learning emacs while programming LISP. The slime/
emacs IDE seems like a good choice, at least for me, and nothing like
it was for vim. I only had to "learn" a few new commands. Plus I used
the cocoa emacs for MacOSX and I know they have a similar gtk version
and windows version. So if you don't know the commands you can click
for them.

Just my 2 cents.

.



Relevant Pages

  • Re: Lispm keyboard commands
    ... respect to all emacs users, regardless whether they are lisp coders. ... Then, we check how often, they use the above commands, or at all. ... choices of keyboard shortcuts, so that the shortcuts will be ...
    (comp.lang.lisp)
  • Re: An Editor that Skips to the End of a Def
    ... that are to be found on the way up the Emacs learning curve. ... Off the top of my head, I can think of a few vim commands that have ... the latter case, you can't use backspace, you have to use "X". ...
    (comp.lang.python)
  • Re: Who uses vi?
    ... I use both Vim and Emacs, and I'm really fond of them. ... They're THE editors. ... Windows is to install Vim and Emacs ports for Windows. ... One of the funny things of Emacs is that it teaches commands to you. ...
    (comp.unix.bsd.freebsd.misc)
  • Re: emacs inferior-lisp problem
    ... produce the effect that I was expecting from C-M-x. ... The problem is that while there is plenty of documentation on lisp and ... plenty of documentation on emacs, I have not found much to explain how to ... commands, but don't give much explanation of how to proceed. ...
    (comp.lang.lisp)
  • Re: emacs inferior-lisp problem
    ... The problem is that while there is plenty of documentation on lisp and ... plenty of documentation on emacs, I have not found much to explain how to ... commands, but don't give much explanation of how to proceed. ... sbcl and slime using apt-get or synaptic. ...
    (comp.lang.lisp)