CLISP

Introduction

In computing, CLISP is an implementation of the programming language Common Lisp originally developed by Bruno Haible and Michael Stoll for the Atari ST. Today it supports Unix and Microsoft Windows systems.

CLISP is an implementation of Common Lisp, including an interpreter and a bytecode compiler, as well as a debugger, a socket interface, a high-level foreign language interface, strong internationalization support, and object systems (CLOS and MOP).

CLISP is written in C and Common Lisp. CLISP is now part of the GNU Project and is free software, available under the terms of the GNU General Public License (GPL).

Usage

Compute Systems Invocation Version(s)
Red Hat Linux (64-bit) % /util/bin/clisp
% /util/bin/clisp-link
2.49 (default)

Notes

  1. Exit with Ctrl-d (Control d).

References

  1. http://en.wikipedia.org/wiki/CLISP
  2. http://clisp.cons.org