Lisp in a Box is a starter edition for LISP programmers. The open source versions of Common Lisp does not have an easy to install Integrated Development Environment (IDE).
LISP is one of the oldest and less-known programming languages. It has a reputation for being the most common choice in the Artificial Intelligence field. Common Lisp is a standardized dialect of LISP with several open-source and commercial implementations. However, starting to program in Common Lisp is not easy, as many implementations of the language have no IDE and need some knowledge of the language itself, and advanced configurations to install it. The text editor Emacs is usually used by experienced programmers. Emacs is simple enough to install, but using it to program in LISP is a completely different story.
So, if you heard or read about LISP and are thinking about giving it a try, this is a good start. You will be ready to try your “Hello Word” program instantly, without all the advanced configurations needed to set up an IDE for LISP using Emacs and SLIME.
For Windows, the system is modularized, meaning you can choose any combinations of three dialects of LISP to install: CLISP, Allegro LISP, or Allegro LISP trial edition. The download links for the three modules are available at the website, along with the base installer.
Pros
- Easy to install
- Rare feature
Cons
- Only two implementation of Common LISP supported