CMU Artificial Intelligence Repository
Home INFO Search FAQs Repository Root

CLX: Common Lisp X binding

lang/lisp/gui/clx/
CLX provides basic Common Lisp/X functionality. It is a de facto standard low-level interface to X, providing equivalent functionality to XLib, but in Lisp. It is also a good source for comparing the foreign function calls in various Lisps. It does *not* depend on CLOS. [Note: The R6 version is clearly different from the R5 version, and it is distributed with X11R6, so we're just going to assume that it is indeed the R6 version of CLX.]
Origin:   

   Available free as part of the X release in the contrib
   directory.  Also available from
      ftp.x.org:/contrib (formerly export.lcs.mit.edu)
   as the files CLX.Manual.tar.Z and CLX.R5.02.tar.Z.
   ftp.x.org:/pub/R6untarred/contrib/lib/CLX/

Version: R6 (17-APR-94); R5.02 (3-SEP-92) Requires: X Windows CD-ROM: Prime Time Freeware for AI, Issue 1-1 Bug Reports: bug-clx@expo.lcs.mit.edu Author(s): Robert W. Scheifler (Primary Interface Author) Keywords: Authors!Scheifler, CLX, GUI!Lisp, Graphics, HCI, Lisp!Sockets, Sockets References: The 232 page programmer's reference manual is available in /pub/R5untarred/mit/hardcopy/CLX (PostScript format) and /pub/R5untarred/mit/doc/CLX (Interleaf source). The tar file (CLX.Manual.tar.Z) contains the manual in PostScript format.
Last Web update on Mon Feb 13 10:31:35 1995
AI.Repository@cs.cmu.edu