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

NextPrevUpTopContentsIndex

declaim

Macro
Summary

Established a specified declarations.

Package

common-lisp

Signature

declaim &rest declarations

Arguments

declarations

Declaration forms.

Description

The macro declaim behaves as specified in the ANSI Common Lisp Standard with one exception: for a top-level call to declaim, optimize declarations are omitted from the compiled binary file. This is useful because you are unlikely to want to change these settings outside of that file.

See also

compile-file
declare
proclaim


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex