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.
Note that the appearance of CLIM windows can be configured on some systems. See 1.7.1 Changing the appearance of CLIM windows.
CLIM 2.0 User Guide - 18 Feb 2025 15:40:09