stylewarning / deprecated-coalton-prototype

Coalton is (supposed to be) a dialect of ML embedded in Common Lisp.
MIT License
208 stars 7 forks source link

overhaul global state management #25

Closed stylewarning closed 4 years ago

stylewarning commented 4 years ago

Global data is shoved into a hash table which doesn't survive fasls. We try to instead shove global data into the symbol namespace, namely the symbol's plist.