All Manuals > Common Lisp Interface Manager 2.0 User's Guide > Chapter 1 Using CLIM

NextPrevUpTopContentsIndex

1.5 Loading CLIM

To load CLIM into your LispWorks image, call

(require "clim").

To load the PostScript functionality, call

(require "clim-postscript")

To load the CLIM demos, call

(require "clim-demo")

See 1.7, The CLIM demos, for information about running the demos.

Note that module names are case-sensitive. For example (require "CLIM") will not work.


Common Lisp Interface Manager 2.0 User's Guide - 20 Sep 2011

NextPrevUpTopContentsIndex