diff options
Diffstat (limited to 'web/question.txt')
-rw-r--r-- | web/question.txt | 6 |
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? |