[Openmcl-devel] Docs on defpackage, in-package, use-package, provides and require
Andrew P. Lentvorski, Jr.
bsder at mail.allcaps.org
Mon Aug 16 00:35:51 PDT 2004
Could someone point me to some OpenMCL documentation on how and when to
use the various package and module stuff? I read Erann Gat's "The
Complete Idiots Guide to Common Lisp Packages", but I still don't
understand how it all goes together.
Specifically, I am trying to get "clos-unit" to work as a package, but
I seem to be missing something. I would like to do something like:
(load "clos-unit")
(use-package :clos-unit)
or just:
(require :clos-unit)
and have it all work.
Thanks,
-a
More information about the Openmcl-devel
mailing list