Ask YC: which editor to use for LISP programming?
11–20 of 29 posts
Re: Ask YC: which editor to use for LISP programming?
#12Re: Ask YC: which editor to use for LISP programming?
#13Earlier quoted context omitted.
Thanks for the info! I was more tending towards Scheme than Common LISP, does that make a difference?
The best Scheme IDE probably is DrScheme (plt-scheme.org)
Re: Ask YC: which editor to use for LISP programming?
#14http://bitfauna.com/projects/cusp/index.html
And for Scheme/Emacs there's Quack (google quack.el)
Re: Ask YC: which editor to use for LISP programming?
#15Vim and SBCL.
Re: Ask YC: which editor to use for LISP programming?
#16I've been using the Lispworks IDE for the last few years with medium to low satisfaction. Our production server is running SBCL on Ubuntu (which runs considerably faster that LW) and my cofounder is working with Slime. He swears by Slime and I'll be making the switch soon. We are also moving from SVN to GIT.
Performance Note: Our code is running at least 10x faster on Ubuntu with SBCL over Lispworks on Windows
Re: Ask YC: which editor to use for LISP programming?
#17Nedit is very nice.
Re: Ask YC: which editor to use for LISP programming?
#18Re: Ask YC: which editor to use for LISP programming?
#19I've been using the Lispworks IDE for the last few years with medium to low satisfaction. Our production server is running SBCL on Ubuntu (which runs considerably faster that LW) and my cofounder is working with Slime. He swears by Slime and I'll be making the switch soon. We are also moving from SVN to GIT.
Performance Note: Our code is running at least 10x faster on Ubuntu with SBCL over Lispworks on Windows
What Lisp libs are you using, if you don't mind my asking? I'm trying to figure out why CL-Memcached is slower than freaking PHP and Python for most things (!)
- dcphillips /AT/ runbox /DOT/ com