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
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/clisp && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
README.SuSE | 0000000787 787 Bytes | |
check-build.sh | 0000000889 889 Bytes | |
clisp-2.39-clx.dif | 0000001361 1.33 KB | |
clisp-2.39-ia64-wooh.dif | 0000000462 462 Bytes | |
clisp-2.44.1-ia64.dif | 0000025508 24.9 KB | |
clisp-2.44.1-map_private.patch | 0000000742 742 Bytes | |
clisp-2.44.1-map_variable.patch | 0000000529 529 Bytes | |
clisp-2.49-personality.patch | 0000000795 795 Bytes | |
clisp-2.49.dif | 0000017432 17 KB | |
clisp-2.49.tar.bz2 | 0008091011 7.72 MB | |
clisp-glibc-fix.patch | 0000001035 1.01 KB | |
clisp-hostname.patch | 0000003275 3.2 KB | |
clisp-linux.patch | 0000000879 879 Bytes | |
clisp-rpmlintrc | 0000000269 269 Bytes | |
clisp.changes | 0000034331 33.5 KB | |
clisp.spec | 0000009961 9.73 KB | |
ffcall-1.10+2.43.dif | 0000071703 70 KB | |
ffcall-1.10+2.43.tar.bz2 | 0000878623 858 KB | |
fix-build-in-qemu.patch | 0000000865 865 Bytes | |
libsigsegv-2.10.tar.gz | 0000402279 393 KB |
Revision 32 (latest revision is 52)
- src/socket.d (get_hostname): turn into a function and allocate the array in the caller to support gcc 4.7 [patch#3474660] fixes ppc socket.d failing test. (clisp-hostname.patch) (forwarded request 162509 from k0da)
Comments 0