CLISP includes an interpreter, a compiler, a debugger, CLOS, MOP, arbitrary precision floats, a foreign language interface and a socket interface.
An X11 interface is available through CLX and Garnet.
Command line editing is provided by GNU Readline which makes it one of the nicer Lisps to use interactively - you can auto-complete function and file names with tab, use up arrow to get previous commands and it does parenthesis-matching.
Cross-platform preemptive multiprocessing is in alpha.
Homepage: https://www.gnu.org/software/clisp/
Source code repository: https://gitlab.com/gnu-clisp/clisp
License: GPL-2.0-or-later
Local CLISP links
- CLISP-Shell - A description of how to make CLISP work as a Unix shell.
- clisp-sqlite - clisp-sqlite is an interface to the sqlite SQL database
- CLORB - CLORB is a CORBA ORB that implements the OMG Lisp Language Mapping for CORBA
- CloserLookAtCharacters - Characters are not their codes -- Encodings and external format in Common Lisp
- Garnet - Garnet is a user interface development environment and GUI toolkit for Common Lisp and
- Le Sursis - Le Sursis is a Web tool for writing CGI scripts
- SPLASH - SPLASH is a library for displaying interactive splash screens containing warnings, notices and other information
- TutorialClispDebugger - Small Clisp Debugger Tutorial