Go to file
David Abdurachmanov 6aeeb20e70
Ignore testsuite errors
[..]
finished   4 files:               1 error out of      628 tests
  1             i18n/test.tst:    0 errors out of      11 tests
  2         syscalls/test.tst:    1 error out of      260 tests
  3           regexp/test.tst:    0 errors out of     320 tests
  4         readline/test.tst:    0 errors out of      37 tests
[..]

There is one failing test. Might be due to permissions on a directory.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-10-23 14:15:24 +03: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-pari.patch Rebuild for pari 2.15.0. 2022-09-26 21:47:57 -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 Ignore testsuite errors 2022-10-23 14:15:24 +03: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 autoconf + glib updates. 2021-07-16 21:24:30 -06: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.