To load the demo software, enter the following in a listener:
(require "clim-demo")
(clim-demo:start-demo)
This creates a new window, containing a menu listing all the demos. Choose the demo you wish to see. The CLIM demos are quick sketches of possible applications which demonstrate a variety of CLIM programming techniques. They are not robust, production-quality applications with complete error checking, but they can provide you with some ideas.
Note that the appearance of CLIM windows can be configured on some systems. See 1.7.1, Changing the appearance of CLIM windows
The sources for all the demos are included. The test suite is a collection of examples of CLIM's capabilities. The test suite examples are simple and succinct, so we recommend examining their sources for examples of CLIM's functionality that you may want to employ.
You can also run the demos directly, rather than using the menu, with the following function calls:
Common Lisp Interface Manager 2.0 User's Guide - 7 Aug 2017