Packages cont’d 2
packages have a kind of inheritance by which within any package the symbols of some other packages designated to be available externally can be referenced without a package qualifier
if the current package is package a and package a “uses” package b, then the symbols of package b do not need package qualifiers
most packages “use” the Common Lisp package