Go to file
David Abdurachmanov dca7aeb568
Ignore testsuite failures on riscv64
[..]
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>
2023-12-05 10:14:35 +02: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-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 for autoconf + glib updates. 2021-07-16 21:24:30 -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 Ignore testsuite failures on riscv64 2023-12-05 10:14:35 +02:00
de.po Update to latest git snapshot for bug fixes. 2019-08-26 09:56:38 -06:00
sources Update to fix message typos 2023-07-18 15:44:37 -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.