ricardoboss / Prolangle

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

Garbage collection: n/a #11

Closed chucker closed 8 months ago

chucker commented 8 months ago

Progle supports a third value for GC:

image

An enum may be more appropriate than a bool here. Perhaps replace "Garbage collected" with "Memory management", with

  1. Garbage collection
  2. Manual
  3. N/A

N/A would then be appropriate for HTML, SQL, XML, perhaps a few others.