summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-06-06 08:45:11 +0200
committerAraq <rumpf_a@web.de>2011-06-06 08:45:11 +0200
commit42eb21be7b422b47732a56a1b8420b6f1b63f2c6 (patch)
treefdd97f56d6c4f88b23f6c38ebea2dde59e762516 /web
parent958961bd8d0bc699c6301984a706c5d182079c71 (diff)
downloadNim-42eb21be7b422b47732a56a1b8420b6f1b63f2c6.tar.gz
bugfix: generic instantiation across module boundaries
Diffstat (limited to 'web')
-rwxr-xr-xweb/index.txt13
1 files changed, 4 insertions, 9 deletions
diff --git a/web/index.txt b/web/index.txt
index 09e18c5aa..1add676fd 100755
--- a/web/index.txt
+++ b/web/index.txt
@@ -103,21 +103,16 @@ Roadmap to 1.0
 ==============
 
 Version 0.8.x
-  * general expressions as generic parameters
+  * threading
 
 Version 0.9.0
   * closures and anonymous procs
-  * provide an API for object serialization
-
-Version 1.0.0
-  * stress testing with a better test suite
-  * fix symbol files to make the compiler incremental
+  * recursive iterators/coroutines
 
 
 Planned features beyond 1.0
 ===========================
 
-* Threading with a transactional memory modell (the type system may be 
-  enhanced to support extensive compile-time checks for this).
-* Recursive iterators/coroutines.
 * Other code generators: LLVM, EcmaScript.
+* Symbol files to make the compiler incremental.
+