Which IDE is the Best for Common-LISP Programming?

  • Thread starter Elecomputer
  • Start date
In summary, someone is interested in trying LISP programming and is looking for recommendations for an IDE. They have heard about SLIME but are concerned about its outdated appearance. Another person suggests using SLIME, as it is frequently updated, or possibly learning Clojure. They also recommend using Quicklisp for Common Lisp or cloning the "emacs live" repository on github for Clojure. Dr. Racket is also mentioned as a potential IDE for Lisp-like languages.
  • #1
Elecomputer
8
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!
 
Technology news on Phys.org
  • #2
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!
 
  • #3
I don't know if it supports it, but Dr. Racket is good for Lisp like languages.
 

What is a common-LISP IDE?

A common-LISP IDE (Integrated Development Environment) is a software application that provides a comprehensive set of tools for developing and debugging programs written in the common-LISP programming language. It typically includes a text editor, a compiler, a debugger, and other features to assist with the development process.

What makes a good common-LISP IDE?

A good common-LISP IDE should have a user-friendly interface, efficient code editing and debugging tools, and support for various common-LISP libraries and frameworks. It should also have a strong community of users and regular updates to stay current with the latest developments in the language.

What are some popular common-LISP IDEs?

Some popular common-LISP IDEs include Emacs, SLIME, LispWorks, and Allegro CL. These IDEs have been widely used and have a large community of users who contribute to their development and provide support to fellow users.

Is there a free common-LISP IDE available?

Yes, there are several free common-LISP IDEs available, such as Emacs, Vim, and Sublime Text. These IDEs are open-source and can be used without any cost. They also have a strong community of users who provide support and contribute to their development.

Can a common-LISP IDE be used for other programming languages?

Yes, some common-LISP IDEs, such as Emacs, have support for other programming languages as well. However, they are primarily designed for common-LISP development and may not have all the features and tools required for other languages. It is best to use an IDE specifically designed for the language you are working with.

Similar threads

  • Programming and Computer Science
Replies
20
Views
3K
  • Programming and Computer Science
Replies
13
Views
2K
  • Computing and Technology
Replies
9
Views
1K
  • Programming and Computer Science
Replies
7
Views
8K
  • Programming and Computer Science
Replies
4
Views
1K
  • Programming and Computer Science
Replies
23
Views
2K
  • Programming and Computer Science
Replies
1
Views
2K
  • Programming and Computer Science
Replies
6
Views
1K
  • Programming and Computer Science
2
Replies
54
Views
3K
  • Programming and Computer Science
Replies
8
Views
4K
Back
Top