File: README.CLISP

package info (click to toggle)
clisp 1%3A2.44.1-4.1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 40,080 kB
  • ctags: 12,945
  • sloc: lisp: 77,546; ansic: 32,166; xml: 25,161; sh: 11,568; fortran: 7,094; cpp: 2,636; makefile: 1,234; perl: 164
file content (21 lines) | stat: -rw-r--r-- 556 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This directory contains CLX (a Common Lisp interface to the X window system).

The original version of this is distributed at ftp://beta.xerox.com/pub/pcl/.
The files have been renamed to CLISP conventions (.txt for miscellaneous text),
and some CLISP specific patches have been applied.

To build CLX for CLISP:
  cd clx
  make
To test it:
  clisp -M clx.mem -m 4MB
  (cd "demo/")
  (load "hello")
  (xlib::hello-world "")
  (load "menu")
  (xlib::just-say-lisp "")
To install it, edit Makefile and do
  make install

Bruno Haible 1993-09-07, 2000-03-31