[cl-faq] About inclusion in the FAQ

Larry Clapp larry at theclapp.org
Fri Dec 16 11:50:06 CST 2005


#|
On Thu, Dec 15, 2005 at 07:55:49PM -0600, sjsubscribe at gmail.com wrote:
> Here are some thoughts about what to include in the updated FAQ.  
<snip>
> A list of editors (besides emacs) that have lisp code highlighting.
|#

'((:question 
    "What editors besides Emacs have facilities for programming in Lisp?")

#|
> If a programmer finds his/her favorite editor has lisp mode, they're  
> more likely to jump in. Starting in lisp and emacs at the same time  
> may be daunting.
|#

  (:answer (:partial)
    "Vim is lisp-aware.  See my article at
http://cybertiggyr.com/gene/15-vim/.  I give blanket permission for
anything and everything in that article to be included wholesale in
the FAQ.

See also http://www.vim.org/scripts/script.php?script_id=221 for the
closest thing to SLIME for Vim: VILisp.  VILisp basically automates
the process of cut-and-paste from Vim into Lisp, and adds a few bells
and whistles, but that's about it."))

#|

-- Larry

p.s.  So with a little post-processing, this email should be READable.
But I haven't actually tried it.  :)

|#



More information about the cl-faq mailing list