summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-05-19 03:32:37 +0200
committerAraq <rumpf_a@web.de>2013-05-19 03:32:37 +0200
commitf16ded879b61428043cc4f78ae117de591c9339b (patch)
treea297dbf1b141d924e77146c2e2b93c3df288580e /web
parent38ed2373aba94832db01e387c592915c8eec4e60 (diff)
downloadNim-f16ded879b61428043cc4f78ae117de591c9339b.tar.gz
updated docs
Diffstat (limited to 'web')
-rw-r--r--web/index.txt1
-rw-r--r--web/question.txt6
2 files changed, 1 insertions, 6 deletions
diff --git a/web/index.txt b/web/index.txt
index 4a5ddeaca..ba56230f4 100644
--- a/web/index.txt
+++ b/web/index.txt
@@ -101,4 +101,3 @@ Roadmap to 1.0
 Version 0.9.x
   * 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
diff --git a/web/question.txt b/web/question.txt
index ebdcc091c..7e93d2574 100644
--- a/web/question.txt
+++ b/web/question.txt
@@ -62,11 +62,7 @@ How stable is Nimrod?
 The compiler is in development and some important features are still missing.
 However, the compiler is quite stable already: It is able to compile itself 
 and a substantial body of other code. Until version 1.0.0 is released,
-incompatibilities with older versions of the compiler will be introduced. The 
-semantic details of overloading, macros/templates/generics and iterators 
-and their interactions are subject to change. Changes to the syntax
-are also planned; gone will be the distinction between expressions and
-statements.
+minor incompatibilities with older versions of the compiler will be introduced.
 
 
 How fast is Nimrod?