All Manuals > LispWorks® User Guide and Reference Manual > 33 The COMMON-LISP Package

in-package Macro

Summary

Sets the current package.

Package

common-lisp

Signature

in-package name => package

Arguments
name
A string designator; not evaluated.
Values
package
A package.
Description

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.

See also

in-package in the Common Lisp HyperSpec
add-package-local-nickname


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:30