A Common Lisp Interpreter
Common Lisp is a high-level, all-purpose programming language. CLISP is
an implementation of Common Lisp that closely follows the book "Common
Lisp - The Language" by Guy L. Steele Jr. This package includes an
interactive programming environment with an interpreter, a compiler,
and a debugger. Start this environment with the command 'clisp'.
CLISP documentation is placed in the following directories:
/usr/share/doc/packages/clisp/
/usr/share/doc/packages/clisp/doc/
As well as the conventional CLISP, this package also includes CLX, an
extension of CLISP for the X Window System. The X Window System must be
installed before running the clx command. The description of this CLX
version (new-clx) is placed in
/usr/share/doc/packages/clisp/clx/
with the file README. The subdirectory
/usr/share/doc/packages/clisp/clx/demos/
contains two nice applications.
- Developed at devel:languages:misc
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:RebuildFactoryUpdates/clisp && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
README.SUSE | 0000000787 787 Bytes | |
check-build.sh | 0000000889 889 Bytes | |
clhs.el | 0000005796 5.66 KB | |
clisp-2.39-ia64-wooh.dif | 0000000463 463 Bytes | |
clisp-2.49-clx_demos.dif | 0000006437 6.29 KB | |
clisp-2.49-configure.dif | 0000008562 8.36 KB | |
clisp-2.49-gctoken.dif | 0000000329 329 Bytes | |
clisp-2.49-personality.patch | 0000000823 823 Bytes | |
clisp-2.49-postgresql.dif | 0000000327 327 Bytes | |
clisp-2.49.93+git20240704.f5acef38.tar.xz | 0007239936 6.9 MB | |
clisp-db6.diff | 0000001274 1.24 KB | |
clisp-gcc14.patch | 0000005598 5.47 KB | |
clisp-link.dif | 0000001848 1.8 KB | |
clisp-linux.patch | 0000000681 681 Bytes | |
clisp-rpmlintrc | 0000000382 382 Bytes | |
clisp.changes | 0000047375 46.3 KB | |
clisp.spec | 0000011967 11.7 KB |
Latest Revision
- Choose lto settings depending on architecture as otherwise we might see crashing clisp - Refresh clisp.spec and make it build on s390x as well by avoiding Position Independent Executables at compile and link time. - Update to latest commit f5acef38 of devel version 2.49.93+ from 20240704 - Add modules libsvm and pari as well as feature ffcall - Add source clhs.el as upstream has skipped this - Drop patch * clisp-2.49-rpath.dif * clisp-2.49.92.tar.bz2 - Port patches * clisp-2.49-configure.dif * clisp-2.49-gctoken.dif * clisp-gcc14.patch * clisp-link.dif - Add patch clisp-gcc14.patch to make it build again
Comments 0