├── README.md ├── global-vars-test.asd ├── global-vars-test.lisp ├── global-vars.asd └── global-vars.lisp /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lmj/global-vars/HEAD/README.md -------------------------------------------------------------------------------- /global-vars-test.asd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lmj/global-vars/HEAD/global-vars-test.asd -------------------------------------------------------------------------------- /global-vars-test.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lmj/global-vars/HEAD/global-vars-test.lisp -------------------------------------------------------------------------------- /global-vars.asd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lmj/global-vars/HEAD/global-vars.asd -------------------------------------------------------------------------------- /global-vars.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lmj/global-vars/HEAD/global-vars.lisp --------------------------------------------------------------------------------