Live data from Hacker News

Ask YC: which editor to use for LISP programming?

news.ycombinator.com

11–20 of 29 posts

Re: Ask YC: which editor to use for LISP programming?

#13
post #8
post #3

Earlier 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)

I use DrScheme every day. It's pretty good and getting better - they just added autocompletion (only for the standard library, not for your own bound variables) for example.

Re: Ask YC: which editor to use for LISP programming?

#16
post #9
post #2

I'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

Really? That is a lot. I noticed a factor of two when I moved from CLisp to SBCL, and I was under the impression that CLisp is generally the slowest implementation.

Re: Ask YC: which editor to use for LISP programming?

#19
post #9
post #2

I'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

Do you attribute most of the difference in performance to the OS change or to the implementation change, though? (I'll never use Windows, but I've been considering using Lispworks again on OS X for a few things.) I've always used LW with Emacs in the past, not the LW IDE. I use Aquamacs for almost everything now...and SLIME is great.

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

Post reply on HN