The clisp rpms
Find a file
Jerry James 24dca17a22 Reflow the description text
- Minor spec file cleanups
2026-01-11 18:59:06 -07:00
.gitignore Update to latest git snapshot for autoconf + glib updates. 2021-07-16 21:24:30 -06:00
clhs.el Update to latest git snapshot for autoconf + glib updates. 2021-07-16 21:24:30 -06:00
clisp-encoding-leak.patch Add patch to fix undefined behavior (rhbz#2339979) 2025-02-07 12:26:08 -07:00
clisp-format.patch Update to recent git snapshot. 2018-06-21 21:37:01 -06:00
clisp-iconv-close.patch Add patch to fix undefined behavior (rhbz#2339979) 2025-02-07 12:26:08 -07:00
clisp-no-inline.patch Reduce the impact of the -no-inline patch. Add README.md. 2022-07-18 11:09:08 -06:00
clisp-ppc64le-alignment.patch Add patches to fix more undefined behavior 2025-02-14 21:24:49 -07:00
clisp-pts-access.patch Update to latest git snapshot 2024-09-03 13:08:11 -06:00
clisp-readline.patch Add patches to fix more undefined behavior 2025-02-14 21:24:49 -07:00
clisp-register-volatile.patch Update to latest git snapshot for bug fixes. 2019-03-31 17:10:59 -06:00
clisp-siginterrupt.patch Update to latest git snapshot 2024-09-03 13:08:11 -06:00
clisp-undefined-behavior-eval.patch Add patches to fix more undefined behavior 2025-02-14 21:24:49 -07:00
clisp-undefined-behavior-io.patch Add patches to fix more undefined behavior 2025-02-14 21:24:49 -07:00
clisp-undefined-behavior-sort.patch Add patches to fix more undefined behavior 2025-02-14 21:24:49 -07:00
clisp.spec Reflow the description text 2026-01-11 18:59:06 -07:00
de.po Update to latest git snapshot for bug fixes. 2019-08-26 09:56:38 -06:00
README.md Reduce the impact of the -no-inline patch. Add README.md. 2022-07-18 11:09:08 -06:00
sources Update to latest git snapshot 2025-06-02 11:01:50 -06:00
sv.po Update to latest git snapshot for bug fixes. 2018-08-10 20:03:22 -06:00

clisp

ANSI Common Lisp is a high-level, general-purpose programming language. GNU CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe University and Michael Stoll of Munich University, both in Germany. It mostly supports the Lisp described in the ANSI Common Lisp standard. It runs on most Unix workstations (GNU/Linux, FreeBSD, NetBSD, OpenBSD, Solaris, Tru64, HP-UX, BeOS, NeXTstep, IRIX, AIX and others) and on other systems (Windows NT/2000/XP, Windows 95/98/ME) and needs only 4 MiB of RAM.

It is Free Software and may be distributed under the terms of GNU GPL, while it is possible to distribute commercial proprietary applications compiled with GNU CLISP.

The user interface comes in English, German, French, Spanish, Dutch, Russian and Danish, and can be changed at run time. GNU CLISP includes an interpreter, a compiler, a debugger, CLOS, MOP, a foreign language interface, sockets, i18n, fast bignums and more. An X11 interface is available through CLX, Garnet, CLUE/CLIO. GNU CLISP runs Maxima, ACL2 and many other Common Lisp packages.