Go to file
Fedora Release Engineering 47b4c52ea8 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-19 00:02:04 +00:00
.gitignore Update to latest git snapshot for autoconf + glib updates. 2021-07-16 21:24:30 -06:00
README.md Reduce the impact of the -no-inline patch. Add README.md. 2022-07-18 11:09:08 -06:00
clhs.el Update to latest git snapshot for autoconf + glib updates. 2021-07-16 21:24:30 -06:00
clisp-db.patch Update to latest git snapshot for autoconf + glib updates. 2021-07-16 21:24:30 -06:00
clisp-ensure-6x.patch Add -ensure-6x patch (rhbz#2115476). 2022-08-08 13:07:28 -06:00
clisp-format.patch Update to recent git snapshot. 2018-06-21 21:37:01 -06: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-pts-access.patch One more try at the /dev/pts patch. 2022-01-28 14:06:46 -07:00
clisp-register-volatile.patch Update to latest git snapshot for bug fixes. 2019-03-31 17:10:59 -06:00
clisp.spec Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild 2023-01-19 00:02:04 +00:00
de.po Update to latest git snapshot for bug fixes. 2019-08-26 09:56:38 -06:00
sources Update to latest git snapshot for buffer overflow fix. 2023-01-10 15:13:05 -07:00
sv.po Update to latest git snapshot for bug fixes. 2018-08-10 20:03:22 -06:00

README.md

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.