Binary package “cl-global-vars” in ubuntu jammy
efficient global variables in Common Lisp
In Common Lisp, a special variable that is never dynamically bound typically
serves as a stand-in for a global variable. This library provides true global
variables that are implemented by some compilers. An attempt to rebind a
global variable properly results in a compiler error. That is, a global
variable cannot be dynamically bound.
.
Global variables therefore allow one to communicate an intended usage that
differs from special variables. Global variables are also more efficient than
special variables, especially in the presence of threads.
Published versions
- cl-global-vars 0~20141013.gitc749f32-2 in amd64 (Proposed)
- cl-global-vars 0~20141013.gitc749f32-2 in amd64 (Release)
- cl-global-vars 0~20141013.gitc749f32-2 in arm64 (Proposed)
- cl-global-vars 0~20141013.gitc749f32-2 in arm64 (Release)
- cl-global-vars 0~20141013.gitc749f32-2 in armhf (Proposed)
- cl-global-vars 0~20141013.gitc749f32-2 in armhf (Release)
- cl-global-vars 0~20141013.gitc749f32-2 in i386 (Proposed)
- cl-global-vars 0~20141013.gitc749f32-2 in i386 (Release)
- cl-global-vars 0~20141013.gitc749f32-2 in ppc64el (Proposed)
- cl-global-vars 0~20141013.gitc749f32-2 in ppc64el (Release)
- cl-global-vars 0~20141013.gitc749f32-2 in riscv64 (Proposed)
- cl-global-vars 0~20141013.gitc749f32-2 in riscv64 (Release)
- cl-global-vars 0~20141013.gitc749f32-2 in s390x (Proposed)
- cl-global-vars 0~20141013.gitc749f32-2 in s390x (Release)