Live data from Hacker News

Ask YC: which editor to use for LISP programming?

news.ycombinator.com

1–10 of 29 posts

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

#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.

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

#3
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.

Thanks for the info! I was more tending towards Scheme than Common LISP, does that make a difference?

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

#5
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.

+1 for both slime and git

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

#6
post #3
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.

Thanks for the info! I was more tending towards Scheme than Common LISP, does that make a difference?

Slime doesn't exist for scheme. You can use Slime48 for Scheme48 version 1.3, but I don't know of any other ports for Scheme.

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

#7
post #3
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.

Thanks for the info! I was more tending towards Scheme than Common LISP, does that make a difference?

If you're using MIT Scheme, you might try Edwin?

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

#8
post #3
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.

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?

#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
Post reply on HN