| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: symbol
Because (system:global-symbol-value 'xxx)
is such a
common place for shared data operations, we've introduced a macro to
make the source a little easier to read and write. (globalq
x)
is a macro form that expands
to (system:global-symbol-value 'x)
for any symbol
x
.
See smp.htm and multiprocessing.htm for more information on this macro and on multiprocessing.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |