Which IDE is the Best for Common-LISP Programming?

  • Thread starter Thread starter Elecomputer
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
Elecomputer
Messages
8
Reaction score
0
Hi guys.

I want to try LISP programming. Anyone recommend any IDEs? I've read about SLIME, but the posts are old and the site looks outdated.

Thanks in advance!
 
Physics news on Phys.org
Are you on a windows/mac/linux machine? In general, you are still best off using SLIME. You don't need to worry about it being unmaintained - it actually gets updated very frequently...the same can be said of Emacs.

On the other hand, you might consider learning Clojure. Common Lisp is really good, but it can be difficult to find people that know it very well.

If you decide to use Common Lisp, I recommend you look at Quicklisp to get started. If you pick Clojure, you can just clone the "emacs live" repository on github and get started right away, or hunt down the SLIME-like nrepl plugin (also on github).

Happy hacking!
 
I don't know if it supports it, but Dr. Racket is good for Lisp like languages.