| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |