Index: doc/next-migration.html
===================================================================
diff -u -r3df933477f01d26d32220be5a1c87bfc0c5b7685 -r46bcd7f85b54540391f426a5ce5d70876bd9aead
--- doc/next-migration.html (.../next-migration.html) (revision 3df933477f01d26d32220be5a1c87bfc0c5b7685)
+++ doc/next-migration.html (.../next-migration.html) (revision 46bcd7f85b54540391f426a5ce5d70876bd9aead)
@@ -551,12 +551,19 @@
This document describes the differences between the Next Scripting
Language Framework and XOTcl 1. In particular, it presents a
migration guide from XOTcl 1 to NX, and presents potential
-incompatibilities beween XOTcl 1.and XOTcl 2
+incompatibilities beween XOTcl 1 and XOTcl 2.
The Next Scripting Language (NX) is a successor of XOTcl 1 and is
based on 10 years of experience with XOTcl in projects containing
-several hundert thousand lines of code. The overall goal is to
-improve the maintainability and stability of large projects, where
+several hundert thousand lines of code. While XOTcl was the first
+language designed to provide language support for design patterns, the
+focus of the Next Scripting Framework and NX are on combining this
+with Language Oriented Programming. In many respects, NX was designed
+to ease the learning of the language by novices (by using a more
+mainstream terminology, higher orthogonality of the methods, less
+predefined methods), to improve maintainability (remove sources of
+common errors) and to encourage developer to write better structured
+programs (to provide interfaces) especially for large projects, where
many developers are involved.
The Next Scripting Language is based on the Next Scripting Framework
which was developed based on the notion of language oriented
@@ -1055,8 +1062,9 @@
.nx-placeholder {color: #AF663F; font-weight: normal; font-style: italic;}
.nx-variable {color: #AF663F; font-weight: normal; font-style: normal;}
-
@@ -1797,7 +1809,8 @@
.nx-placeholder {color: #AF663F; font-weight: normal; font-style: italic;}
.nx-variable {color: #AF663F; font-weight: normal; font-style: normal;}
-