TheLazyDutchman / Lumina

lumina is a programming hobby language
GNU General Public License v3.0
4 stars 0 forks source link

Adding a garbage collector #36

Open TheLazyDutchman opened 2 years ago

TheLazyDutchman commented 2 years ago

I just really don't want to have to deal with the bugs in my malloc anymore.

TheLazyDutchman commented 2 years ago

It turns out that this is actually very hard to do (wo would have thought :) ), therefore this feature will be pushed back until Lumina has some more features, like Nullable types.