qpfiffer / lair

A small Den implementation written in C.
MIT License
19 stars 5 forks source link

Garbage Collection #8

Open qpfiffer opened 8 years ago

qpfiffer commented 8 years ago

Right now theres no memory management at all. Shit will get heavy and slow for any program that doesn't exit quickly. Garbage collection would be nice.