robert-strandh / SICL

A fresh implementation of Common Lisp
Other
1.07k stars 79 forks source link

Eliminate module sicl-global-environment. #181

Open robert-strandh opened 4 years ago

robert-strandh commented 4 years ago

The module sicl-global-environment (also known as sicl-genv) should be eliminated. Some system functions still use this module. Those functions should be updated to use the Clostrum-bases replacement called sicl-environment. Then the module sicl-global-environment should be removed.