1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
This is the source distribution of CLISP, a Common Lisp implementation.
Available via anonymous FTP from
ftp2.cons.org:/pub/lisp/clisp/source/clispsrc.tar.gz.
Contents:
---------
It consists of the following directories and files:
Documentation:
INSTALL this text
SUMMARY description, summary
ANNOUNCE announcement
COPYRIGHT copyright notice
GNU-GPL free software license
Source:
src/FILES.1 source documentation
src/_README README master
src/_clisp.1 manual page master
src/_impnotes.html implementation documentation master
src/*.d C source files
src/*.il auxiliary file
src/*.lsp Lisp source files
doc/* documentation
Installation:
configure main configuration script
src/configure auxiliary configuration script
src/machine.* auxiliary program
src/*.in auxiliary files
utils/* auxiliary programs
unix/ installing on Unix
dos/ installing on DOS, using EMX
dosdjgpp/ installing on DOS, using DJGPP
doswatcom/ installing on DOS, using WATCOM
os2/ installing on OS/2
win32msvc/ installing on Win32, using MSVC
win32bc/ installing on Win32, using Borland C/C++
amiga/ installing on Amiga
Other:
src/malloc/ a GNU malloc library routine
src/gettext/ internationalization using GNU gettext
src/termcap/ a GNU termcap library
ffcall/ a foreign function call library
src/oldoldreadline/ a modified GNU readline library,
gdb-4.17 based
src/oldreadline/ another modified GNU readline library,
bash-1.14.7 based
src/readline/ yet another modified GNU readline library,
readline-4.0 based
modules/clx/ the CLX library, an interface to X11,
roughly equivalent to the libX11
modules/wildcard/ foreign language module for wildcard matching
modules/regexp/ foreign language module for Unix-style regular
expression matching and searching
modules/queens/ sample external module for CLISP
Installation:
-------------
For instruction on how to install CLISP
* on Unix: see file unix/INSTALL.
* on Amiga (AmigaOS): see file amiga/INSTALL.
* on DOS: see files dos/INSTALL, dosdjgpp/INSTALL and doswatcom/INSTALL.
* on OS/2: see file os2/INSTALL,
* on Win32 (WinNT, Win95): see files win32msvc/INSTALL and win32bc/INSTALL.
Authors:
--------
Bruno Haible
Michael Stoll
Marcus Daniels
Pierpaolo Bernardi
Sam Steingold
Email: <haible@clisp.cons.org>
|