The clisp rpms
Find a file
2024-10-05 11:05:47 -06: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-bdb-mismatched-pointer.patch Fix a mismatched pointer type error with GCC 14 2023-12-01 12:44:55 -07:00
clisp-c99.patch Port to C99 2023-05-08 14:26:34 +02:00
clisp-db.patch Update to latest git snapshot 2024-09-03 13:08:11 -06:00
clisp-format.patch Update to recent git snapshot. 2018-06-21 21:37:01 -06:00
clisp-new-clx.patch Update to latest git snapshot 2024-09-03 13:08:11 -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-pari.patch Rebuild for pari 2.17.0 2024-10-05 11:05:47 -06:00
clisp-pts-access.patch Update to latest git snapshot 2024-09-03 13:08:11 -06: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.spec Rebuild for pari 2.17.0 2024-10-05 11:05:47 -06: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 2024-09-03 13:08:11 -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.