LISPのインタプリタ構成

最近リスプ言語で書かれたソースコードを使おうとしています。
しかし実行まで進めずコンパイルの状態で止まっています。インタプリタのエラー記録の順番をよく理解出来ません。
(in-package :pkgname) is used to inform the interpreter that all subsequent function calls will be based on a package's functions. It is unclear whether the (uses ) function would provide the same functionality.