VariablePackage: exclToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

*cltl1-in-package-compatibility-p*

If the value of this variable is true, in-package will work as it was specified in CLtL-1 rather than as it is specified in ANSI. That is, it will evaluate its required argument, it will accept the nicknames and use keyword arguments, and it will create a package if its required argument does not denote an already defined package. (ANSI calls for cl:defpackage to do what was done by in-package in CLtL-1.)

We provide this variable to allow you to use existing source files which depend on CLtL-1 in-package behavior but we recommend that you modify the files to use ANSI behavior as soon as possible. The initial value of this variable is nil.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version