yorlang
yorlang copied to clipboard
Add garbage collection for removing local variables
A good reference point is - https://dzone.com/articles/garbage-collection-a-brief-introduction
Isn't garbage collection already handled by JavaScript? @anoniscoding
True, garbage collection is handled by javascript, but that doesn't clean up memory created within yorlang.