![]() | ![]() | ![]() | *autorun-modules* | ![]() |
| [Variable] |
Purpose
Indicates whether a module should evaluate
autorun forms when it is loaded.
Package :common-lisp-user
(also imported into and exported from :module-manager
Module :module-manager
Value type A generalized boolean
Initial value True
Description
The value of nil
to disable conditional autorun forms.
The compile-module or load-module option :noautorun
nil
during module
compilation and loading.
See also
compile-module
load-module
load-module-file
Example
Conditionally evaluate the http-test
http-test.lisp
(when common-lisp-user::*autorun-modules* (http-test "GBBopen.org" 80))
The GBBopen Project
![]() | ![]() | ![]() | *autorun-modules* | ![]() |