Appendix B Implementation Specifics

B.1 Setting Up Your Packages to Use CLIM

You can set up your user packages to use CLIM as follows:

(in-package :user)

(defpackage "FOO"  
  (:use :clim-lisp :clim ))
The package :clim-lisp is a version of the :lisp package that shadows some of the Common Lisp symbols. The :clim package is the exported CLIM interface.


CLIM 2.0 User's Guide - OCT 1998

Generated with Harlequin WebMaker