[CM] clm under cmucl-18e

Rick Taube taube@uiuc.edu
Sat, 25 Oct 2003 08:40:36 -0500


> 
> It should probably be documented that you must be in the clm
> package to compile these files.  (Maybe it is already...I just tried
> compiling them without seeing any instructions)

But you DON'T have to be in the clm package, that's the whole point. You
can compile and use clm instruments in ANY package that inherits its
symbols from the CLM package. For example, that is what CM does. So you
could use clm from inside your own package by doing (use-package :clm)