summary refs log tree commit diff stats
path: root/web/question.txt
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/question.txt
parent38ed2373aba94832db01e387c592915c8eec4e60 (diff)
downloadNim-f16ded879b61428043cc4f78ae117de591c9339b.tar.gz
updated docs
Diffstat (limited to 'web/question.txt')
-rw-r--r--web/question.txt6
1 files changed, 1 insertions, 5 deletions
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?