OpenTuringCompiler
OpenTuringCompiler copied to clipboard
Garbage Collection
The memory management is terrible (I.E non-existent) right now.
Adding proper "delete" operators would be complicated and introduce errors. Not to mention make the code much more complex.
A garbage collector (Boehm?) should be used at the very least for Symbols and TuringValues
definitely Boehm.