FunctionPackage: systemToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 8.0
This page is new in 8.0.

make-compilation-unit-environment

Arguments: &optional compile

Returns an environment object suitable for cl:compile-file or cl:compile processing. When the compile argument is omitted or nil, the environment includes a lexical portion for use with augment-environment and the *-information functions, and a global portion for use with sys:ce-get and sys:ce-putprop, and the environment is suitable for cl:compile-file. If compile is specified and is non-nil, then the resultant environment contains only the lexical component, making the environment suitable for cl:compile.

See environments.htm for more information on environments.


Copyright (c) 1998-2008, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.0. This page is new in the 8.0 release.
Created 2007.4.30.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 8.0
This page is new in 8.0.