ricardoboss / Prolangle

A game about programming languages.
https://prolangle.ricardoboss.de
MIT License
2 stars 1 forks source link

Differentiate between different garbage collection techniques #26

Closed ricardoboss closed 8 months ago

ricardoboss commented 8 months ago

Arising from https://github.com/ricardoboss/Prolangle/pull/14#discussion_r1439062230:

We need to replace MemoryManagement.GarbageCollection with TracingGarbageCollection and ReferenceCounting in every language.