dplassgit / d2lang

D2 is a strongly-typed, statically-typed, (mostly) inferred-type compiled language.
MIT License
6 stars 0 forks source link

Use (or write) a garbage collector #100

Open dplassgit opened 2 years ago

dplassgit commented 2 years ago

At least some kind of rudimentary one

dplassgit commented 1 week ago

https://github.com/ivmai/bdwgc (maintained)

https://github.com/orangeduck/tgc (last updated 2023)

https://github.com/unveres/ezgc (last updated 6 years ago)