LispWorks Release Notes and Installation Guide > 10 Configuration on Linux, x86/x64 Solaris, and FreeBSD

NextPrevUpTopContentsIndex

10.6 Loading CLIM 2.0

Load CLIM 2.0 into LispWorks 6.0 with

(require "clim")

and the CLIM demos with

(require "clim-demo")

rather than the clim loader files in the clim distribution (which were the entry points in LispWorks 3).

A configuration file to save an image with CLIM 2.0 preloaded would look something like this:

(load-all-patches)
(require "clim")
(save-image "/path/to/clim-lispworks")

10.6.1 Running the CLIM demos


LispWorks Release Notes and Installation Guide - 21 Dec 2009

NextPrevUpTopContentsIndex