Lisp is good for :
Highly customizable "quick and dirty" utilities for doing everyday things. (i.e. as the most powerful scripting language available).
Large, complicated, mission critical applications which would be impossible to develop in any other language.
Fast prototyping and Rapid Application Development (RAD).
Continuous-availability applications, especially those that require functionality changes after initial deployment.
|