robert-strandh / SICL

A fresh implementation of Common Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eliminate module sicl-global-environment.

robert-strandh opened this issue · comments

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.