Function: COMMON-LISP:MAKE-PACKAGE

package type clhs github

Make a new package having the specified NAME, NICKNAMES, and USE list. :INTERNAL-SYMBOLS and :EXTERNAL-SYMBOLS are estimates for the number of internal and external symbols which will ultimately be present in the package. The default value of USE is implementation-dependent, and in this implementation it is NIL.

Lambda list

(sb-impl::name &key sb-impl::use sb-impl::nicknames sb-impl::internal-symbols
 sb-impl::external-symbols)