summary refs log tree commit diff stats
path: root/web/index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'web/index.txt')
-rwxr-xr-xweb/index.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/web/index.txt b/web/index.txt
index 494e6a8f7..26725ffe9 100755
--- a/web/index.txt
+++ b/web/index.txt
@@ -97,19 +97,21 @@ Nimrod plays nice with others
   libcurl, mySQL and SQLite are included in the standard distribution.
 * A C to Nimrod conversion utility: New bindings to C libraries are easily 
   generated by ``c2nim``.
-  
+
 
 Roadmap to 1.0
 ==============
 
+Version 0.9.2
+  * overloading based on ASTs (like already possible for term rewriting macros)
+  * better interaction between macros, templates and overloading
+  * the effect system will be extended
+  * the symbol binding rules for generics and templates may change again
+
 Version 0.9.x
   * first class iterators
-  * 2-phase type system for better interaction between macros, templates
-    and overloading
+  * message passing performance will be greatly improved
   * the syntactic distinction between statements and expressions will be
     removed
-  * the binding rules for generics and templates will change
   * exception tracking
-  * the effect system will be extended
   * the need for forward declarations may be removed
-