Sets the current package.
common-lisp
in-package name => package
name⇩ |
A string designator; not evaluated. |
package |
A package. |
The macro in-package
behaves as specified in the ANSI Common Lisp standard.
in-package
does not look for package-local nicknames when interpreting name.
in-package in the Common Lisp HyperSpec
add-package-local-nickname
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:30