guicho271828 / common-lisp-extensions

list of extensions beyond CL available in lisp implementations, and the status of its spread.
21 stars 0 forks source link

static/global objects #18

Open guicho271828 opened 5 years ago

guicho271828 commented 5 years ago

Compatibility library: https://github.com/lmj/global-vars

ruricolist commented 5 years ago

Lispworks also supports this (as hcl:defglobal-parameter and hcl:defglobal-variable).

https://github.com/lmj/global-vars/blob/master/global-vars.lisp