Goals for the Low Level Language
Garbage collection is just NEEDED in a dynamical system (like for instance a distributed multi-user multi-tasking interactive development system). You can't escape it because there's NO WAY to manually or statically determining when an arbitrary word will no longer be used. Surely on a non-interactive, non-development single-threaded embedded system, GC can be done manually and statically. This is just not the general case, that TUNES claims to handle. I'd be happy the TUNES GC can be stripped down by the compiler when producing standalone code that does not need it; but the "main" reflexive development system just HAS TO implement it.
See the
Please note that GC exists independently from the way it is implemented:
Qualities of a GC:
The main GC techniques:
Back to the Tunes Home page or Subprojects page
Page Maintainer: