# HG changeset patch # User Paul Boddie # Date 1358185472 -3600 # Node ID b41fb345cd8990bbe262c93f6afa43d154501121 # Parent fc706301aa5eb2bb94e497e9932ce6cba1189604 Added a list of miscellaneous ideas. diff -r fc706301aa5e -r b41fb345cd89 docs/ideas.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/ideas.txt Mon Jan 14 18:44:32 2013 +0100 @@ -0,0 +1,9 @@ +Garbage collection provided synchronously in allocation-related calls and/or +asynchronously using time-sliced interruption of the program thread. + +Support of immutable, replaced singletons representing things like empty +collections where mutation causes new mutable instances to be created and +referenced by all users of the original "context". + +Generation of lower-level languages: systems programming, hardware +description.