The McCLIM source distribution comes with a number of demos and applications. They are intended to showcase specific CLIM features, demonstrate programming techniques or provide useful tools.
These demos and applications are available in the Examples and Apps subdirectories of the source tree's root directory. Instructions for compiling, loading and running some of the demos are included in the files with the McCLIM installation instructions for your Common Lisp implementation. See for example the file INSTALL if you use Allegro CL, INSTALL.CMU for CMUCL, INSTALL.OPENMCL for OpenMCL, and so on.
Below is a complete list of the McCLIM demos and applications, sorted in alphabetical order. Each entry provides a short description of what the program does, with instructions for compiling and running it if not mentioned in the general installation instructions.
(clim-demo::clim-fig)
(compile-file "Examples/demodemo.lisp")
Then load it with:
(load "Examples/demodemo")
Finally, run it with:
(clim-demo::demodemo)
(clim-demo::postscript-test)
The resulting file ps-test.ps is generated in the current directory
and can be displayed by a PostScript viewer such as gv on Unix-like
systems.
(clim:run-frame-top-level (clim:make-application-frame
'clim-demo::summation))
(compile-file "Examples/sliderdemo.lisp")
Load with:
(load "Examples/sliderdemo")
Run with:
(clim-demo::slidertest)
(clim-demo::run-test)
The following programs are currently known not to work: