paul@633 | 1 | Garbage collection provided synchronously in allocation-related calls and/or
|
paul@633 | 2 | asynchronously using time-sliced interruption of the program thread.
|
paul@633 | 3 |
|
paul@633 | 4 | Support of immutable, replaced singletons representing things like empty
|
paul@633 | 5 | collections where mutation causes new mutable instances to be created and
|
paul@633 | 6 | referenced by all users of the original "context".
|
paul@633 | 7 |
|
paul@633 | 8 | Generation of lower-level languages: systems programming, hardware
|
paul@633 | 9 | description.
|