common lisp ide macos

To use Common Lisp on macOS, you can choose from several IDEs (Integrated Development Environments) that support Common Lisp. Here are a few options:

  1. Emacs with SLIME: Emacs is a highly extensible text editor, and SLIME (Superior Lisp Interaction Mode for Emacs) provides a powerful Lisp development environment. You can install Emacs and then set up SLIME to work with Common Lisp.

  2. LispWorks: LispWorks is a commercial IDE for Common Lisp that supports macOS. It provides a comprehensive development environment with features like debugging, code profiling, and a GUI builder.

  3. Clozure CL: Clozure CL is an open-source Common Lisp implementation that includes an IDE called Clozure CL IDE. It offers a debugger, an editor, and a REPL (Read-Eval-Print Loop).

  4. SBCL with Emacs or another text editor: SBCL (Steel Bank Common Lisp) is a widely used open-source Common Lisp implementation. You can install SBCL and then use it with your preferred text editor, such as Emacs or any other editor that supports Common Lisp.

  5. Allegro CL: Allegro CL is a commercial Common Lisp implementation that provides a development environment called Allegro CL IDE. It offers features like a debugger, a profiler, and a graphical interface builder.

These are just a few examples of Common Lisp IDEs available for macOS. You can choose the one that best suits your needs and preferences.