diff options
author | Araq <rumpf_a@web.de> | 2013-05-04 18:58:58 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-05-04 18:58:58 +0200 |
commit | f8af7ed6b46d045b82b5b70370846fe857b5a39d (patch) | |
tree | 8490f4ffa6ed5978342a8a1665b73aaf1993895c /web | |
parent | af441e607f0da1f76d9f3a67f80d14f23c87b6c9 (diff) | |
download | Nim-f8af7ed6b46d045b82b5b70370846fe857b5a39d.tar.gz |
more intuitive behaviour for 'discardable' in expression bodies
Diffstat (limited to 'web')
-rw-r--r-- | web/index.txt | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/web/index.txt b/web/index.txt index 99beb3743..9b90e94de 100644 --- a/web/index.txt +++ b/web/index.txt @@ -100,12 +100,7 @@ Nimrod plays nice with others Roadmap to 1.0 ============== -Version 0.9.2 - * better interaction between macros, templates and overloading - * the symbol binding rules for generics and templates may change again - Version 0.9.x - * message passing performance will be greatly improved - * the syntactic distinction between statements and expressions will be - removed + * the symbol binding rules for templates will change + * a shared memory garbage collected heap will be provided * the need for forward declarations may be removed |