DESCR 828 B

1234567891011121314151617181920
  1. Common Lisp is a high-level, all-purpose, object-oriented,
  2. dynamic, functional programming language.
  3. CLISP is a Common Lisp implementation by Bruno Haible of
  4. Karlsruhe University and Michael Stoll of Munich University,
  5. both in Germany. It mostly supports the Lisp described in the
  6. ANSI Common Lisp standard.
  7. CLISP includes an interpreter, a compiler, a large subset of
  8. CLOS, a foreign language interface, and a socket interface.
  9. An X11 interface is available through CLX and Garnet. Command
  10. line editing is provided by readline.
  11. CLISP is free software and may be distributed under the terms
  12. of the GNU GPL. You may distribute commercial applications
  13. compiled with CLISP, see file COPYRIGHT in the CLISP distribution.
  14. The user interface comes in German, English, French, Spanish
  15. and Dutch, and can be changed at run time.